Stdio.read

Read at most s bytes from the channel.

Note that this is slow because the data is copied to keep the interface memory safe. Prefer the one that takes an OutputRange.

class Stdio
override return scope @safe
const(ubyte)[]
read
(
const size_t s
)

Meta