- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
- opIndexAssign
auto opIndexAssign(A ahs, 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.
- opSliceAssign
auto opSliceAssign(A 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.
Lazy filter-based range implementation.