phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
encodeLEB128
nxt
leb128
Encode a LEB128-encoded value of signed integer type
SInt
to
os
.
void
encodeLEB128
(
SInt
Output
)
(
ref
Output
os
,
Unqual
!
SInt
value
)
if
(
isOutputRange
!(
Output
,
ubyte
) &&
isSigned
!
SInt
)
Meta
Source
See Implementation
nxt
leb128
aliases
Raw
functions
decodeLEB128
decodeULEB128
encodeLEB128
encodeULEB128
Encode a LEB128-encoded value of signed integer type SInt to os.