Prajna


StringTComparer<'T>

Construct a comparer to quick compare String*'T. The class is constructured to take a comparer of string, and a type T that supports equality, and construct a new comparer

Record Fields

Record FieldDescription
_comp
Signature: StringComparer

comparer of string used.

Constructors

ConstructorDescription
new(comp)
Signature: comp:StringComparer -> StringTComparer<'T>

Constract a comparer that compares a tuple of String*'T, in which 'T supports equality, and comp is a comparer of string

Fork me on GitHub