sbool oddLength(Collection l) { ret odd(l(l)); } sbool oddLength(O[] l) { ret odd(l(l)); }