CharStream.pushCheckpoint

save current stream position

struct CharStream(R)
void
pushCheckpoint
()
if (
isForwardRange!R &&
is(ElementType!R : dchar)
)

Meta