Function konst::other::cmp::cmp_phantomdata

source ·
pub const fn cmp_phantomdata<T>(
    _l: PhantomData<T>,
    _r: PhantomData<T>
) -> Ordering
Available on crate feature cmp only.
Expand description

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