package
Version:
v1.3.27
Opens a new window with list of versions in this module.
Published: Aug 11, 2023
License: MIT
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 KvVisitor[K, V any] func(key K, value V) bool
KvVisitor is a function use to visit a key-value type data structure
type Visitor[V any] func(value V) bool
Visitor is a function use to visit a data structure
Source Files
¶
Click to show internal directories.
Click to hide internal directories.