pub type NodeId = ObjectId<8, NodeTag>;
The internal id of an array or group, unique only to a single store version
pub struct NodeId(pub [u8; 8], _);
0: [u8; 8]