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