Culture culture | A Culture instance whose rules are used to compare strings. |
bool ignoreCase | true to perform case-insensitive comparisons; false to perform case-sensitive comparisions. |
const(char)[] strA | A string to compare to strB. |
const(char)[] strB | A string to compare to strA. |
const(char)[] strA | A string to compare to strB. |
const(char)[] strB | A string to compare to strA. |
StringComparer comparer | The StringComparer to use when comparing strings. Optional. |
int delegate(const(char)[], const(char)[]) comparison | The delegate to use when comparing strings. |
inout(char)[][] array | The array of strings to sort. |
inout(char)[][] array | The array of strings to sort. |
size_t index | The starting index of the range. |
size_t count | The number of elements in the range. |