Module ore::vec[][src]

Expand description

Vector utilities.

Traits

A trait for objects that behave like vectors.

Functions

Create a new vector that re-uses the same allocation as an old one. The element types must have the same size and alignment.