Documentation ¶
Index ¶
- func Concat[V any](seqs iter.Seq[iter.Seq[V]]) iter.Seq[V]
- func Cycle[V any](seq iter.Seq[V]) iter.Seq[V]
- func Drop[V any](seq iter.Seq[V], n int) iter.Seq[V]
- func Empty[V any]() iter.Seq[V]
- func Map[V1 any, V2 any](seq iter.Seq[V1], f func(V1) V2) iter.Seq[V2]
- func Repeat[V any](v V) iter.Seq[V]
- func Seq2FromSeq[K any, V any](seq iter.Seq[tuple.KeyValuePair[K, V]]) iter.Seq2[K, V]
- func SeqFromSeq2[K any, V any](seq2 iter.Seq2[K, V]) iter.Seq[tuple.KeyValuePair[K, V]]
- func Singleton[V any](v V) iter.Seq[V]
- func Take[V any](seq iter.Seq[V], n int) iter.Seq[V]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Seq2FromSeq ¶
func SeqFromSeq2 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.