maxon.InternedId¶
Description¶
maxon.InternedId
represents an maxon.Id
which has been interned into a pool of unique
maxon.Id
objects.I.e., there are no two different Id objects with an equal id string,
so for equality comparison you can compare pointers instead of whole strings.