package
0.6.0
Repository: https://github.com/go-board/std.git
Documentation: pkg.go.dev

# Functions

MapEntryOf creates a new MapEntry.
NewMap creates a new Map.
NewOrderedMap creates a new Map from Ordered type.
No description provided by the author
NewSet creates a new Set.

# Structs

No description provided by the author
Map is an ordered map based on a B-Tree.
MapEntry is a tuple of key and value.
Set is an ordered set based on a B-Tree.
No description provided by the author
No description provided by the author