Function standard_fit

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