fn index_of_first(data: &[Token], token: Token) -> Option<usize>
Expand description

(internal) Utility method to find first occurrence of a specific token in the token tree.