| Value | Description |
val FromFunction : ('key -> 'key -> int) -> IComparer<'key> |
Compare using the given comparer function
|
val GetFastComparisonFunction :
IComparer<'a> -> FastFunc2<'a,'a,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<'a,'a,int> |
Convert an existing IComparer objec tinto a comparison function with a fast entry point
|
val Structural<'key> : IComparer<'key> |
Structural comparison. Compare using Operators.compare.
|