smallvec::SmallVec2 [] [src]

type SmallVec2<T> = SmallVec<[T; 2]>;

Deprecated alias to ease transition from an earlier version.