Decoder.front

struct Decoder(Range)
@property @safe nothrow
ubyte
front
()
if (
isInputRange!Range &&
is(ElementType!Range : char)
)

Return Value

Type: ubyte

The current decoded byte.

Meta