sS getStringDyn(O o, S key) {
  ret (S) getOptDyn(o, key);
}

sS mapMethodLike getStringDyn(S key, O o) {
  ret getStringDyn(o, key);
}