Function paragraph_breaker::standard_fit[][src]

pub fn standard_fit<T>(
    items: &[Item<T>],
    lengths: &[i32],
    threshold: f32
) -> Vec<Breakpoint>