package
0.8.2
Repository: https://github.com/tomcz/gotools.git
Documentation: pkg.go.dev

# README

maps

Generic operations on maps, including map-based set operations.
Go does not have a set type but we can use maps to represent sets.