Decoder.popFront

Advance to the next decoded byte.

struct Decoder(Range)
void
popFront
()
if (
isInputRange!Range &&
is(ElementType!Range : char)
)

Throws

Base64Exception if invoked when .Base64Impl.Decoder.empty returns true.

Meta