static Pt parsePt(S s) { var l = parseInts(splitAtComma_trim(s)); ret empty(l) ? null : pt(first(l), second(l)); }