static bool equalWithoutSpacesIC(S a, S b) { ret eqic(dropSpaces(a), dropSpaces(b)); }