//
pkg.gl
Category
github.com/godevsig/glib
base
etypes
package
0.1.1
Repository:
https://github.com/godevsig/glib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
43 SLOC
#
Functions
NewIntMap
NewIntMap returns an empty IntMap with size capacity.
#
Structs
IntMap
IntMap is a map with int keys kept in insertion order, the result is stable when iterating the map.