fn readILEB128(comptime T: type, reader: anytype) !T
[src]
Read a single signed LEB128 value from the given reader as type T, or error.Overflow if the value cannot fit.
fn readILEB128(comptime T: type, reader: anytype) !T
Read a single signed LEB128 value from the given reader as type T, or error.Overflow if the value cannot fit.