[][src]Type Definition tract_core::model::TVec

type TVec<T> = SmallVec<[T; 4]>;

Trait Implementations

impl IntoExp<ShapeFact> for TVec<TDim>[src]