pub type FanOutBufferF32<const N: usize, const CONSUMERS: usize> = FanOutBuffer<f32, N, CONSUMERS>;Expand description
Fan-out buffer with f32 samples
Aliased Typeยง
pub struct FanOutBufferF32<const N: usize, const CONSUMERS: usize> { /* private fields */ }