Function Perm.front

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.

const(T)[] front () @property;