StringComparison

Delegate. Represents the method that will handle the string comparison. Remarks: The delegate has the signature int delegate(const(char)[], const(char)[]).

alias StringComparison = int delegate(const(char)[], const(char)[])

Meta