fn lessThanIgnoreCase(lhs: []const u8, rhs: []const u8) bool
[src]
Returns whether the lexicographical order of lhs
is lower than rhs
.
fn lessThanIgnoreCase(lhs: []const u8, rhs: []const u8) bool
Returns whether the lexicographical order of lhs
is lower than rhs
.