Function surge_wavetable::imports::hardclip_block[][src]

pub unsafe fn hardclip_block<NQ>(x: *mut f32, nquads: NQ) where
    NQ: TryInto<usize>,
    <NQ as TryInto<usize>>::Error: Debug
Expand description

Safety

ensure we can access nquads * 4 elements contiguousely from a valid starting point x