# 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.
Generic operations on maps, including map-based set operations.
Go does not have a set type but we can use maps to represent sets.