package
Version:
v1.0.13
Opens a new window with list of versions in this module.
Published: Jan 6, 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.