pub fn max_bracket_depth(tokens: &[Token]) -> u32
Return the maximum depth of bracket nesting in a token slice.