The OpenD Programming Language

CombinationsRepeat.this

state should have the length of repeat

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

Meta