Module konst::other::cmp[][src]

This is supported on crate feature cmp only.
Expand description

const fns for comparing miscelaneous standard library types for equality and ordering.

Functions

Compares two Option<Ordering>, returning the ordering of left relative to right.

Compares two Ordering, returning the ordering of left relative to right.

Compares two PhantomData<T>, returning the ordering of left relative to right.

Compares two PhantomPinned, returning the ordering of left relative to right.

Compares two Option<Ordering> for equality.

Compares two Ordering for equality.

Compares two PhantomData<T> for equality.

Compares two PhantomPinned for equality.