package
Version:
v1.1.0-beta.2
Opens a new window with list of versions in this module.
Published: Feb 12, 2026
License: ISC
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
¶
type Iterator[K, V any] interface {
Next() bool
Current() (K, V)
Err() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.