UniqueRange.length

struct UniqueRange(Source)
@safe pure nothrow @nogc const @property
static if(hasLength!(typeof(Source.init[])))
@trusted => (cast(Unqual!SourceRange)_sourceRange).length
size_t
length
()
if (
hasLength!Source
)

Return Value

Type: size_t

length of this.

Meta