Expand description

Traits for comparing Integers for equality or order.

Modules

Comparison of Integers.

Implementations of PartialOrdAbs and OrdAbs (traits for comparing the absolute values of numbers by order) for Integers.

Implementations of PartialOrdAbs (a trait for comparing the absolute values of numbers by order) for Integers and Naturals.

Implementations of PartialOrdAbs (a trait for comparing the absolute values of numbers by order) for Integers and primitive floats.

Implementations of PartialOrdAbs (a trait for comparing the absolute values of numbers by order) for Integers and primitive integers.

Comparison of Integers and Naturals.

Comparison of Integers and primitive floats.

Comparison of Integers and primitive integers.

Equality of Integers and primitive floats.

Equality of Integers and primitive integers.