Permutations.this

struct Permutations(Range)
this
(
Range r
)
if (
isRandomAccessRange!Range &&
hasLength!Range
)

Meta