Get the total number of IDs in this map.
Iterate through the IDs of this map
Add id to this set.
See also, IDMap::set.
Remove all data from this IDSet.
Remove id from this set
whether id was in the set
Test if the set includes id.
Generated using TypeDoc
A simple
SetofIDs.Internally, this is stored as a
Map<(namespace) string, Set<(path)string>>