fn writeULEB128(writer: anytype, uint_value: anytype) !void
[src]
Write a single unsigned integer as unsigned LEB128 to the given writer.
fn writeULEB128(writer: anytype, uint_value: anytype) !void
Write a single unsigned integer as unsigned LEB128 to the given writer.