static MultiSet mapLike msMapKeys(O f, MultiSet ms) {
  ret multiSetMapKeys(f, ms);
}