OptionRange.length

struct OptionRange(T)
@safe pure nothrow @property const
size_t
length
()
if (
is(T == class) ||
isPointer!T
)

Meta