// iterate safely (& quickly) in the face of concurrent modifications static IterableIterator concIter(L l) { ret concurrentlyIterateList(l); }