Skip to main content

gaps

Function gaps 

Source
pub fn gaps(values: &[BrightDateValue]) -> Vec<f64>
Expand description

Compute gaps (differences between consecutive sorted values).

Sorts the input first; does not mutate the original.