Function const_cmp::other::cmp_phantomdata[][src]

pub const fn cmp_phantomdata<T>(
    _l: PhantomData<T>,
    _r: PhantomData<T>
) -> Ordering

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