Function rft::window::apply_on [] [src]

pub fn apply_on<F, S, IO, R>(range: R, data: IO) where
    F: Function,
    S: SampleMut,
    IO: MutStrided<Elem = S>,
    R: Range

Applies the given window function within the given range in-place.