- back
Tuple!(R, R) back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- front
Tuple!(R, R) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- save
auto save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Sliding Splitter. See also: http://forum.dlang.org/thread/dndicafxfubzmndehzux@forum.dlang.org See also: http://forum.dlang.org/thread/uzrbmjonrkixojzflbig@forum.dlang.org#epost-viwkavbmwouiquoqwntm:40forum.dlang.org
TODO Use size_t for _lower and _upper instead and reserve _upper = size_t.max for emptyness?
TODO Should lower and upper operate on code units instead of code point if isNarrowString!Range. ?
TODO generalize with stride