Function syntect::util::debug_print_ops
source · pub fn debug_print_ops(line: &str, ops: &[(usize, ScopeStackOp)])
Expand description
Print out the various push and pop operations in a vector with visual alignment to the line. Obviously for debugging.