static bool equalsIgnoreCase(S a, S b) { ret eqic(a, b); } static bool equalsIgnoreCase(char a, char b) { ret eqic(a, b); }