| Value | Description |
val FromFunction : ('T -> 'T -> int) -> IComparer<'T> |
Compare using the given comparer function
|
val GetFastComparisonFunction :
IComparer<'T> -> FastFunc2<'T,'T,int> |
Convert an existing IComparer object into a comparison function with a fast entry point
If comparer was originally built using ComparisonIdentity.FromFunction then the original function will be
returned
|
val GetFastStructuralComparisonFunction : unit -> FastFunc2<'T,'T,int> |
Convert an existing IComparer object into a comparison function with a fast entry point
|
val Structural<'T> : IComparer<'T> |
Structural comparison. Compare using Operators.compare.
|