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