MIDIReader.readHeaderChunk

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

Meta