Permute
Returns a collection with all elements permuted according to the specified indexMap
permutation.
Parameters
Returns
Func<int, int> indexMap
IEnumerable<T> source
IEnumerable<T>
Usage
Permuting values in a collection
Permuting values in a collection
Last updated
Was this helpful?