Generic sets
Add a set data structure, probably just a wrapper over map_t but ideally with more efficient union, intersection and difference operations.
Edited by Gabriel B. Sant'Anna
Add a set data structure, probably just a wrapper over map_t but ideally with more efficient union, intersection and difference operations.