CharStream.next

Returns false if input is empty Updates current and returns true otherwise

struct CharStream(R)
bool
next
()
if (
isForwardRange!R &&
is(ElementType!R : dchar)
)

Meta