Function biodivine_sketchbook::algorithms::fo_logic::parser::index_of_first

source ยท
fn index_of_first(tokens: &[FolToken], token: FolToken) -> Option<usize>
Expand description

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