# Functions
JoinPath joins all path elements into a single path.
No description provided by the author
OrderedMapKeys returns the keys of the map m in sorted order.
SplitPath splits key into individual path elements.
# Constants
PathTypeIndex is array index like 0/1 in a[0][1].b.
PathTypeKey is map key like a/b in a[0][1].b.
# Type aliases
No description provided by the author