sbool eq_icIf(bool ignoreCase, S a, S b) { ret ignoreCase ? eqic(a, b) : eq(a, b); }