☰
SVec64
In alloc_data::prelude
?
Type Definition
alloc_data
::
prelude
::
SVec64
source
·
[
−
]
pub type SVec64<T> = SmallVec<
[
T
; 64]
>;
Expand description
Alias type for
SmallVec
of max stack-size 64.