SplitterResult

Undocumented in source.
package static
static if(version_major == 2 && version_minor < 72)
struct SplitterResult (
Range
alias RegEx = Regex
) {}

Members

Functions

opSlice
auto ref opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
empty
bool empty [@property getter]

Forward range primitives.

Properties

front
Range front [@property getter]
save
auto save [@property getter]

Forward range primitives.

Meta