pub fn has_index(subject: Vec<Token>, index: usize) -> bool
Expand description

Checks if “subject” has the index “index”.