encodeLEB128

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