Returns the current permutation. The array is const because it is recycled across iterations and modifying it would destroy the state of the permutation generator.
See Implementation
Returns the current permutation. The array is const because it is recycled across iterations and modifying it would destroy the state of the permutation generator.