Get the total number of ID
s in this map.
Iterate through the ID
s 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
Set
ofID
s.Internally, this is stored as a
Map<(namespace) string, Set<(path)string>>