The OpenD Programming Language

Permutations.this

state should have the length of n - 1, whereas the length of indices should be n

struct Permutations(T)
@safe pure nothrow @nogc
this
()
(
T[] state
,)
if (
T.sizeof <= size_t.sizeof
)

Meta