OptionRange.opIndex

struct OptionRange(T)
@nogc @safe pure nothrow
inout(T)
opIndex
inout
(
size_t index
)
in { assert (index <= length, "Index out of bounds!"); }
if (
is(T == class) ||
isPointer!T
)

Meta