sbool isPrefixOf(S a, S b) { ret startsWith(b, a); }