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