UniqueRange.length

struct UniqueRange(Source)
pragma(inline, true) @safe pure nothrow @nogc @property const @trusted
size_t
length
()
if (
hasLength!Source
)

Return Value

Type: size_t

length of this.

Meta