Splitter.empty

Returns true if there are no more regions in the splitter.

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

Meta