Perm.this

Generate permutations from an input range. * Create a duplicate of this sequence * so that the original sequence is not modified.

struct Perm(T)
this
(
U
)
()
if (
isForwardRange!(U)
)

Meta