Encoder.front

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

Return Value

Type: ubyte

The current encoded character.

Meta