static L allToInt(Collection l) { ret map toInt(l); } static L allToInt(O[] l) { ret map toInt(l); }