pub type DstArrayUsize<const CAP: usize> = DstArray<usize, CAP>;Available on crate feature 
unsafe_layout only.Expand description
📦 A statically allocated buffer for storing DSTs with pointer alignment.
Aliased Type§
pub struct DstArrayUsize<const CAP: usize> { /* private fields */ }