Trait smallvec::ToSmallVec [−][src]
Convenience trait for constructing a SmallVec
Required methods
fn to_smallvec(&self) -> SmallVec<A>
[src]
Construct a new SmallVec
from a slice.
Implementors
impl<A: Array> ToSmallVec<A> for [A::Item] where
A::Item: Copy,
[src]
A::Item: Copy,