Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapIterator ¶
type MapIterator[T any] struct { // contains filtered or unexported fields }
func Map ¶
func Map[T any](i Iterator[T], m func(v T) T) MapIterator[T]
func (MapIterator[T]) Next ¶
func (m MapIterator[T]) Next() bool
func (MapIterator[T]) Value ¶
func (m MapIterator[T]) Value() T
Click to show internal directories.
Click to hide internal directories.