pub trait NegativeOne {
    const NEGATIVE_ONE: Self;
}
Expand description

Provides the constant -1.

Required Associated Constants

Implementations on Foreign Types

The constant -1.0 for primitive floating-point types.

The constant -1.0 for primitive floating-point types.

The constant -1.

Examples

See here.

The constant -1.

Examples

See here.

The constant -1.

Examples

See here.

The constant -1.

Examples

See here.

The constant -1.

Examples

See here.

The constant -1.

Examples

See here.

Implementors