Skip to main content

peek_tokens

Function peek_tokens 

Source
pub fn peek_tokens(css: &str, count: usize) -> Vec<SimpleToken>
Expand description

Peek at what the next few tokens would be without consuming them Enhanced debugging utility function