Trait pane::math::ZeroOneTwo

source ·
pub trait ZeroOneTwo {
    const ZERO: Self;
    const ONE: Self;
    const TWO: Self;
}
Expand description

Trait for defining small-number constants

Required Associated Constants

Zero 0

One 1

Two 2

Implementations on Foreign Types

Implementors