math_ops

Module vector

source
Expand description

Defines the Vector<T> struct that wraps Vec<T> and provides conversion traits.

Structs§

  • A wrapper around Vec<T> to enable trait implementations.

Traits§