Type Definition syntax::OneVector[][src]

type OneVector<T> = SmallVec<[T; 1]>;

Trait Implementations

impl<T> MoveMap<T> for OneVector<T>
[src]