pub trait ToSmallVec<A>where
    A: Array,
{ fn to_smallvec(&self) -> SmallVec<A>; }
Expand description

Convenience trait for constructing a SmallVec

Required Methods§

Construct a new SmallVec from a slice.

Implementations on Foreign Types§

Implementors§