Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Seq ¶
type Seq[A any] []A
Seq a type represents a finite sequence of values of type a, which is built using Golang slice.
Click to show internal directories.
Click to hide internal directories.