fn filter_empty_ends(line_spans: &[SingleLineSpan]) -> Vec<SingleLineSpan>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Skip line spans at the beginning or end that have zero width.