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.

struct Perm(T)
@property
const(T)[]
front
(
)

Meta