//
pkg.gl
Category
github.com/goki/go-tools
internal
persistent
package
0.0.0-20240310010237-a3f02065c60a
Repository:
https://github.com/goki/go-tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
216 SLOC
#
Functions
NewMap
NewMap returns a new map whose keys are ordered by the given comparison function (a strict weak order).
#
Structs
Map
Map is an associative mapping from keys to values, both represented as interface{}.