A string comparison functions that returns the same result as strcmp
Note: Strings are compared based on their ASCII values, no UTF-8 decoding.
Some C functions (e.g. qsort) require a int result for comparison.
Druntime's core.internal.string
See Implementation
A string comparison functions that returns the same result as strcmp
Note: Strings are compared based on their ASCII values, no UTF-8 decoding.
Some C functions (e.g. qsort) require a int result for comparison.