static bool isPluralOf(S plural, S singular) { ret eqic(plural(singular), plural); // todo: there might be multiple plurals }