BufferedIO.read

Perform @safe buffered read

Notice that if there is data already in the buffers, that data is what will be returned, even if the read requested more (partial result).

struct BufferedIO(T)
@trusted @nogc
read
(
ARGS...
)
(
void[] buffer
,
ARGS args
)

Meta