Encoder.popFront

Advance to the next encoded character.

struct Encoder(Range)
void
popFront
()
if (
isInputRange!Range &&
is(ElementType!Range : ubyte)
)

Throws

Base64Exception If invoked when .Base64Impl.Encoder.empty.2 returns true.

Meta