MIDIReader.readTrackChunk

struct MIDIReader(T)
readTrackChunk
()
if (
isInputRange!T &&
is(ElementType!T : const(ubyte))
)

Meta