Skip to main content

wrap_lines

Function wrap_lines 

Source
pub fn wrap_lines<'a, 'b: 'a>(
    lines: &[&'b Line<'a>],
    width: usize,
) -> Vec<Line<'a>>
Expand description

Wrap the given lines to fit within width.