sS dropPrefixFromLines(S prefix, S s) { ret mapEachLine(s, line -> dropPrefix(prefix, line)); }