fn nodeData(p: *const Parse, node: Node.Index) Node.Data
fn nodeData(p: *const Parse, node: Node.Index) Node.Data { return p.nodes.items(.data)[@backingInt(node)]; }