LazySubstitute

Lazy substitute-based range implementation.

Constructors

this
this(A _range, B from, C to)
Undocumented in source.

Alias This

_range

Members

Functions

opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(ptrdiff_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
A opSlice(ptrdiff_t start, ptrdiff_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
opSliceAssign
auto opSliceAssign(T ahs, ptrdiff_t start, ptrdiff_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
range
T range()

Gets the internally held range after predication.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_range
A _range;
Undocumented in source.
from
B from;
Undocumented in source.
length
size_t length;
Undocumented in source.
to
C to;
Undocumented in source.

Meta