fn tokenStart(p: *const Parse, token_index: TokenIndex) Ast.ByteOffset
fn tokenStart(p: *const Parse, token_index: TokenIndex) Ast.ByteOffset { return p.tokens.items(.start)[token_index]; }