package
0.1.1
Repository: https://github.com/godevsig/glib.git
Documentation: pkg.go.dev

# Functions

NewIntMap returns an empty IntMap with size capacity.

# Structs

IntMap is a map with int keys kept in insertion order, the result is stable when iterating the map.