Splitter.Splitter

Undocumented in source.
template Splitter(Separator, size_t peekStep = 128)
package
@sink(Method.peek)
struct Splitter (
alias Context
A...
) {}

Constructors

this
this(typeof(null) dummy, Separator separator, bool keep)
Undocumented in source.

Members

Functions

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

Mixins

__anonymous
mixin Context!A
Undocumented in source.

Properties

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

Meta