Trait tract_hir::prelude::tract_data::internal::tract_smallvec::ToSmallVec[][src]

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