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