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