static L takeFirstShuffled(int n, L l) { ret takeFirst(n, shuffledIterator(l)); } static L takeFirstShuffled(L l, int n) { ret takeFirstShuffled(n, l); }