Trait ConstZero

pub trait ConstZero: Zero

Defines an associated constant representing the additive identity element for Self.

Associated Constants

const ZERO: Self;

The additive identity element of Self, 0.

Implementors