Categorygithub.com/chanced/maps
modulepackage
0.0.6
Repository: https://github.com/chanced/maps.git
Documentation: pkg.go.dev

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

# Structs

KeyValue is a Key Value pair.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author