Function konst::other::cmp::cmp_phantomdata
source ยท pub const fn cmp_phantomdata<T>(
_l: PhantomData<T>,
_r: PhantomData<T>,
) -> Ordering
Expand description
Compares two PhantomData<T>
, returning the ordering of left
relative to right
.