static bool endsWith(S a, S b) { ret a.endsWith(b); }