Documentation ¶
Index ¶
- func Drop[T any](n int) prosumer.Naive[T, T]
- func DropWhile[T any](p func(T) bool) prosumer.Naive[T, T]
- func Filter[T any](p func(T) bool) prosumer.Naive[T, T]
- func Map[S, T any](f func(S) T) prosumer.Naive[S, T]
- func Reverse[T any]() prosumer.Naive[T, T]
- func Scan[S, T any](x T, f func(T, S) T) prosumer.Naive[S, T]
- func Scan1[T any](f func(T, T) T) prosumer.Naive[T, T]
- func Take[T any](n int) prosumer.Naive[T, T]
- func TakeWhile[T any](p func(T) bool) prosumer.Naive[T, T]
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.