PartialOrdFnWide

Type Alias PartialOrdFnWide 

Source
pub type PartialOrdFnWide = for<'l, 'r> unsafe fn(left: PtrConstWide<'l>, right: PtrConstWide<'r>) -> Option<Ordering>;
Expand description

Function to compare two values and return their ordering if comparable (wide pointer version)

ยงSafety

Both left and right parameters must point to aligned, initialized memory of the correct type.