Splitter.front

Gets the current region in the stream.

struct Splitter(T, Separator, Stream, alias splitFn = endsWithSeparator!(T, Separator))
const pure nothrow
const(T)[]
front
()
if (
isSource!Stream &&
isSplitFunction!(splitFn, T, Separator)
)

Meta