//
pkg.gl
Category
github.com/duke-git/lancet/v2
datastructure
hashmap
package
2.3.3
Repository:
https://github.com/duke-git/lancet.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
176 SLOC
#
Functions
NewHashMap
NewHashMap return a HashMap instance.
NewHashMapWithCapacity
NewHashMapWithCapacity return a HashMap instance with given size and capacity.
#
Structs
HashMap
HashMap implements a hash map.