fn index_of_first_unary(tokens: &[FolToken]) -> Option<usize>
Expand description

Utility method to find the first occurrence of an unary operator in the token tree.