Skip to main content

next_word_boundary

Function next_word_boundary 

Source
pub fn next_word_boundary(line: &str, col: usize) -> usize
Expand description

The next boundary at or after col: skip whitespace, then consume one run of like-classed graphemes.