Cover.length

Range primitives.

class Cover(Range, UniformRNG)
@property @safe const nothrow pure
static if(hasLength!Range)
size_t
length
()
if (
isRandomAccessRange!Range &&
isUniformRNG!UniformRNG
)

Meta