Skip to main content

AlignedVec

Type Alias AlignedVec 

Source
pub type AlignedVec<T> = Vec<T>;
Expand description

SIMD-aligned vector for SSE operations

This matches the C++ EList_sse which provides 16/32-byte aligned storage.

Aliased Typeยง

pub struct AlignedVec<T> { /* private fields */ }