//
pkg.gl
Category
src.elv.sh
pkg
persistent
hashmap
package
0.22.0-dev
Repository:
https://github.com/elves/elvish.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
6
Dependents
2
Files
538 SLOC
#
Functions
HasKey
HasKey reports whether a Map has the given key.
New
New takes an equality function and a hash function, and returns an empty Map.
#
Interfaces
Iterator
Iterator is an iterator over map elements.
Map
Map is a persistent associative data structure mapping keys to values.
#
Type aliases
Equal
Equal is the type of a function that reports whether two keys are equal.
Hash
Hash is the type of a function that returns the hash code of a key.