Documentation ¶
Index ¶
- func For[A any](xs Iterable[A], f func(A))
- func ForEach[A any](xs Iterable[A], f func(int, A))
- func Iterate[A any](iter Iterator[A], f func(A))
- func Range[A any](xs Iterable[A]) <-chan A
- type Collector
- type FromIterator
- type IterFunctor
- type IterMap
- type Iterable
- type Iterator
- type IteratorIsIterable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FromIterator ¶
type IterFunctor ¶
type IteratorIsIterable ¶
type IteratorIsIterable[A any] struct { // contains filtered or unexported fields }
func (*IteratorIsIterable[A]) Iter ¶
func (iter *IteratorIsIterable[A]) Iter() Iterator[A]
Click to show internal directories.
Click to hide internal directories.