package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Jul 31, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package iter provides common iterators.
func All[T any](slices ...[]T) func(yield func(T) bool)
All iterates over the element of multiple slices.
func Filter[T any](f func(T) bool, slices ...[]T) func(yield func(T) bool)
Filter iterates over the element of multiple slices
and excludes elements for which the filter returns false.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.