fn readIntoBoundedBytes(self: Self, comptime num_bytes: usize, bounded: *field_call) Error!void
Reads bytes until bounded.len is equal to num_bytes, or the stream ends.
bounded.len
num_bytes
bounded.capacity()
self: Self,
num_bytes: usize,
bounded: *field_call,