static Pt numberListToPt(L l) { ret l(l) < 2 ? null : Pt(toInt(first(l)), toInt(second(l))); }