ReadBorrowed

Read-borrowed access to range Range.

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

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

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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