pub type InternalNodeId = u32;
Internal node identifier used for storage and lookups.
This is an auto-incremented ID used internally. Users typically work with ExternalId through the ID map.
ExternalId