MIDIReader.isFinished

struct MIDIReader(T)
const @nogc nothrow pure @safe
bool
isFinished
()
if (
isInputRange!T &&
is(ElementType!T : const(ubyte))
)

Return Value

Type: bool

whether the reader has no more content to read.

Meta