//
pkg.gl
Category
github.com/basecomplextech/baselibrary
ref
refmap
package
0.0.0-20241212132234-0076f9e1ccd7
Repository:
https://github.com/basecomplextech/baselibrary.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
1.4k SLOC
#
Functions
New
New returns an empty map.
NewRef
New returns an empty map wrapped in a ref.
#
Structs
Item
Item is a map item.
#
Interfaces
Iterator
Iterator sequentially iterates over sorted map items.
Map
Map is an immutable sorted map which stores countable references, implemented as a btree.
#
Type aliases
CompareFunc
CompareFunc compares two keys, and returns -1 if a < b, 0 if a == b, 1 if a > b.