static L takeFirstOfCyclicList(int n, L l) { ret takeFirst(n, cyclicListIterator(l)); }