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