MemFile.read

MemFile implementation of C fread.

struct MemFile
static extern (C) nothrow
size_t
read
(
void* data
,
size_t bytes
,
size_t to_read
,)

Meta