Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Seq ¶
Seq is an iterator over sequences of individual values. When called as seq(yield), seq calls yield(v) for each value v in the sequence, stopping early if yield returns false. See the iter package documentation for more details. Will be replaced with a type alias when "generic type aliases" is a stable feature
type Seq2 ¶
func Singleton2 ¶
Click to show internal directories.
Click to hide internal directories.