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