phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
encodeULEB128
nxt
leb128
Encode a ULEB128 value to a buffer.
void
encodeULEB128
(Output os, Unqual!UInt value)
uint
encodeULEB128
(ulong value, ubyte* p)
uint
encodeULEB128
(
ulong
value
,
ubyte
*
p
)
Return Value
Type:
uint
length in bytes of the encoded value.
Meta
Source
See Implementation
nxt
leb128
aliases
Raw
functions
decodeLEB128
decodeULEB128
encodeLEB128
encodeULEB128
Encode a ULEB128 value to a buffer.