ReadBorrowed

Read-borrowed access to a range of type Range owned by Owner.

Constructors

this
this(Range range, Owner* owner)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

_range

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice(size_t i, size_t j)

Get read-only slice in range i .. j.

opSlice
auto opSlice()

Get read-only slice.

popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof(this) save()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

front
auto ref front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_range
Range _range;

constant range

Meta