ReadBorrowed

Read-borrowed access to range Range.

struct ReadBorrowed (
Range
Owner
) {
Range _range;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the 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.

Meta