readUleb128
Function parameters
Parameters
- fbr:*FixedBufferReader
- T:type
Functions in this namespace
Functions
Error sets in this namespace
Error Sets
Source
Implementation
pub fn readUleb128(fbr: *FixedBufferReader, comptime T: type) Error!T {
return std.leb.readUleb128(T, fbr);
}