Documentation
¶
Index ¶
- func Collect[T any](i iter.Seq[T]) []T
- func Dedup[T any, U comparable](seq iter.Seq[T], key func(T) U) iter.Seq[T]
- func Filter[T any](seq iter.Seq[T], f func(T) bool) iter.Seq[T]
- func Find[T any](seq iter.Seq[T], f func(T) bool) option.Option[T]
- func Flatten[T any](seq iter.Seq[[]T]) iter.Seq[T]
- func ForEach[T any](i iter.Seq[T], fn func(T))
- func FromSlice[T any](slice []T) iter.Seq[T]
- func Map[T any, U any](i iter.Seq[T], mapping func(T) U) iter.Seq[U]
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.