package
0.0.0-20241212132234-0076f9e1ccd7
Repository: https://github.com/basecomplextech/baselibrary.git
Documentation: pkg.go.dev

# Functions

New returns an empty map.
New returns an empty map wrapped in a ref.

# Structs

Item is a map item.

# Interfaces

Iterator sequentially iterates over sorted map items.
Map is an immutable sorted map which stores countable references, implemented as a btree.

# Type aliases

CompareFunc compares two keys, and returns -1 if a < b, 0 if a == b, 1 if a > b.