Decoder.empty

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

Return Value

Type: bool

true if there are no more elements to be iterated.

Meta