static Pair quickImportPair(virtual Pair o) {
  ret o == null ? null : pair(get a(o), get b(o));
}