fn lessThanIgnoreCase(lhs: []const u8, rhs: []const u8) bool

Returns whether the lexicographical order of lhs is lower than rhs.

Parameters

lhs: []const u8,
rhs: []const u8,