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