Module vek::vec [] [src]

Vector types.

They do NOT derive PartialOrd and Ord, because it makes no sense for them, and functions such as partial_min and partial_max may give surprising results because of this.
They do have element-wise comparison functions though.

Reexports

pub use self::repr_c::*;

Modules

repr_c

Vector types which are marked #[repr(packed, C)].