Encoder.empty

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

Return Value

Type: bool

true if there are no more encoded characters to be iterated.

Meta