Permutations.empty

struct Permutations(Range)
@property
bool
empty
const pure nothrow @safe @nogc
(
)
if (
isRandomAccessRange!Range &&
hasLength!Range
)

Meta