Read.read

returns number of bytes read; tries to read n bytes

struct Read
int function(void* stream, ubyte* buf, int n) @(nogc) nothrow read;

Meta