# README
maps is a utility library for go maps
In current form the lib is incredibly small. I may build it up over time.
If you need a sorted map and require performance, consider a btree.
License
MIT
# Functions
No description provided by the author
Sort sorts a map by key, returning a slice of KV structs.
SortKeys sorts the keys of a map.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author