[][src]Module vectrs::traits

Abstractions over number types.

Some of code in this module is taken from the num-traits crate.

Traits

Abs

Defines the absolute value for a type.

AssignOps

The trait for types implementing numeric assignment operators.

FromPartial

Conversion trait for conversions from incomplete data.

Num

A base trait for numeric types.

One

Defines a multiplicative identity element for a type.

Ops

The trait for types implementing basic numeric operations.

Zero

Defines a additive identity element for a type.