package
0.4.4
Repository: https://github.com/smallnest/exp.git
Documentation: pkg.go.dev

# README

OrderedMap

the main code is forked from wk8/go-ordered-map.

# Functions

Equal returns true if the given maps are equal to the map in order.
NewOrderedMap creates an empty OrderedMap.
NewBidiMap returns a new bidirectional map with the given capacity.
NewOrderedMap creates an empty OrderedMap.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

AccessOrderedMap is a map with access order.
BidiMap is a bidirectional map, which efines a map that allows bidirectional lookup between key and values.
Entry
Entry is a key-value pair in OrderedMap.
No description provided by the author
OrderedMap is a map with insert order.
No description provided by the author