//
pkg.gl
Category
github.com/srcup/u-root
cmds
core
elvish
hashmap
package
6.0.0+incompatible
Repository:
https://github.com/srcup/u-root.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
0
Files
92 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.