LazyMap

Lazy map-based range implementation.

Constructors

this
this(T range)
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
T opSlice(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
T _range;
Undocumented in source.
length
size_t length;
Undocumented in source.

Meta