# 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
# 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 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