pub trait OneHalf {
    const ONE_HALF: Self;
}
Expand description

Provides the constant 1/2.

Required Associated Constants

Implementations on Foreign Types

The constant 1/2.

The constant 1/2.

Implementors