static LS dropPrefixAll(S prefix, Iterable l) { ret map(s -> dropPrefix(prefix, s), l); }