static void failIfOddCount(O... list) { if (odd(l(list))) fail("Odd list size: " + list); }