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