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