fn readULEB128(comptime T: type, reader: anytype) !T

Read a single unsigned LEB128 value from the given reader as type T, or error.Overflow if the value cannot fit.

Parameters

T: type,
reader: anytype,