static Pair listToPair(L l) { ret l(l) != 2 ? null : pair(first(l), second(l)); }