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