Splitter

Undocumented in source.

Constructors

this
this(Range input, Pattern!(char) separator)
Undocumented in source.

Members

Functions

opSlice
auto ref opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Range front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_chunkLength
size_t _chunkLength;
Undocumented in source.
_input
Range _input;
Undocumented in source.
_rx
RegExp _rx;
Undocumented in source.

Meta