Splitter.popFront

Undocumented in source. Be warned that the author may not have intended to support it.
struct Splitter(T, Separator, Stream, alias splitFn = endsWithSeparator!(T, Separator))
void
popFront
()
if (
isSource!Stream &&
isSplitFunction!(splitFn, T, Separator)
)

Meta