sbool sameLength(Collection a, Collection b) { ret l(a) == l(b); }