[][src]Type Definition vec_collections::VecSet2

type VecSet2<T> = VecSet<[T; 2]>;

Type alias for a VecSet with up to 2 elements with inline storage.

This is a good default, since for usize sized types, 2 is the max you can fit in without making the struct larger.