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