package
Version:
v0.1.0-alpha
Opens a new window with list of versions in this module.
Published: Mar 20, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Iterable[V any] interface {
Iterator() iter.Seq[V]
}
type IteratorTransform[I any, O any] struct {
Inner Iterable[I]
Transform func(I) O
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.