compare

Compare two char[] with case. Returns 0 if equal

int
compare
(
const(char[]) s1
,
const(char[]) s2
)

Meta