//
pkg.gl
Category
github.com/go-board/std
collections
ordered
package
0.6.0
Repository:
https://github.com/go-board/std.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
2
Files
258 SLOC
#
Functions
MapEntryOf
MapEntryOf creates a new MapEntry.
NewMap
NewMap creates a new Map.
NewOrderedMap
NewOrderedMap creates a new Map from Ordered type.
NewOrderedSet
No description provided by the author
NewSet
NewSet creates a new Set.
#
Structs
KeyItem
No description provided by the author
Map
Map is an ordered map based on a B-Tree.
MapEntry
MapEntry is a tuple of key and value.
Set
Set is an ordered set based on a B-Tree.
SetItem
No description provided by the author
ValueItem
No description provided by the author