package
0.22.0-dev
Repository: https://github.com/elves/elvish.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.