encodeULEB128

Encode a ULEB128 value to a buffer.

  1. void encodeULEB128(Output os, Unqual!UInt value)
  2. uint encodeULEB128(ulong value, ubyte* p)
    uint
    encodeULEB128
    (
    ulong value
    ,
    ubyte* p
    )

Return Value

Type: uint

length in bytes of the encoded value.

Meta