static L<S> listNamesEndingWith_dropSuffix(S s) {
  ret endingWithIC_dropSuffix(listNames(), s);
}