Type Alias LegacyAlignedBuffer

Source
pub type LegacyAlignedBuffer<const N: usize> = AlignedBuffer32<f64, N>;
Expand description

Legacy type alias for backward compatibility with existing f64 buffers

Aliased Typeยง

#[repr(align(32))]
pub struct LegacyAlignedBuffer<const N: usize> { /* private fields */ }