[Home] Module Microsoft.FSharp.Collections.ComparisonIdentity


Common notions of comparison identity used with sorted data structures.

Values

ValueDescription
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.

See Also

Microsoft.FSharp.Collections


Documentation for assembly FSharp.Core, version 1.9.6.0, generated using F# Programming Language version 1.9.6.0