pub type PartialEqFnTyped<T> = fn(left: TypedPtrConst<'_, T>, right: TypedPtrConst<'_, T>) -> bool;Expand description
Function to check if two values are partially equal
pub type PartialEqFnTyped<T> = fn(left: TypedPtrConst<'_, T>, right: TypedPtrConst<'_, T>) -> bool;Function to check if two values are partially equal