Function compute_fields

Source
pub fn compute_fields<F>(
    event: &Rc<SweepEvent<F>>,
    maybe_prev: Option<&Rc<SweepEvent<F>>>,
    operation: Operation,
)
where F: Float,