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.
See Implementation
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.