pub fn downsample_sb<T>(src: &[T], dst: &mut [T])where
    T: Copy,
Expand description

uses the nightly step_by adaptor on iterator TODO: doc