Documentation
¶
Index ¶
- func Concat[T any](seqs iter.Seq[iter.Seq[T]]) iter.Seq[T]
- func Map[T, U any](in iter.Seq[T], f func(T) U) iter.Seq[U]
- func Postpend[T any](seq iter.Seq[T], ts ...T) iter.Seq[T]
- func Prepend[T any](seq iter.Seq[T], ts ...T) iter.Seq[T]
- func Short[T any](ts ...T) iter.Seq[T]
- func Slices[E any, S ~[]E](ss ...S) iter.Seq[E]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.