Skip to main content

count_until

Function count_until 

Source
pub fn count_until(tokens: &[String], pos: usize, end_token: &str) -> usize
Expand description

Count tokens from pos until end_token (exclusive).