Cover.empty

Range primitives.

class Cover(Range, UniformRNG)
@property @safe const nothrow pure
bool
empty
()
if (
isRandomAccessRange!Range &&
isUniformRNG!UniformRNG
)

Meta