package
6.0.0+incompatible
Repository: https://github.com/srcup/u-root.git
Documentation: pkg.go.dev

# Functions

HasKey reports whether a Map has the given key.
New takes an equality function and a hash function, and returns an empty Map.

# Interfaces

Iterator is an iterator over map elements.
Map is a persistent associative data structure mapping keys to values.

# Type aliases

Equal is the type of a function that reports whether two keys are equal.
Hash is the type of a function that returns the hash code of a key.