# Functions
FromPairs creates ordered map from Pairs.
New creates new OrderedMap.
PathFromStr converts string to Path.
# Structs
ByPair ordered map converted to Pairs.
OrderedMap a map that preserves the order of the keys.
Pair a key/value pair.
# Interfaces
Step of Path.
# Type aliases
MapKeyStep represents a map key, used with deepcopy.
MapStep represents a map key value.
Path to a nested value in the OrderedMap.
SliceStep represents a slice index.
VisitCallback callback to visit each nested value in OrderedMap.