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