pub fn extraChildren(doc: Document, index: ExtraIndex) []const Node.Index
pub fn extraChildren(doc: Document, index: ExtraIndex) []const Node.Index { const children = doc.extraData(Node.Children, index); return @ptrCast(doc.extra[children.end..][0..children.data.len]); }