NullableRange.front

struct NullableRange(T)
ref inout pure @nogc @property nothrow @safe
inout(T)
front
()

Return Value

Type: inout(T)

content reference.

Meta