fn readAtLeastOurAmt(d: *Decoder, stream: anytype, our_amt: usize) !void

Same as readAtLeast but also increases our_end by exactly our_amt. Use when our_amt is calculated by us, not by them.

Parameters

d: *Decoder,
stream: anytype,
our_amt: usize,