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