svoid removeStringsStartingWith(LS l, fS prefix) { filterListInPlace(func(S s) -> bool { startsWith(s, prefix) }, l); }