package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Mar 31, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BreakKVLoop[K, V any] func() (key K, value V, ok bool, err error)
type BreakLoop[T any] func() (element T, ok bool, err error)
type KVLoop[K, V any] func() (key K, value V, ok bool)
type Loop[T any] func() (element T, ok bool)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.