uleb128> ( byte-array: byte-array -- n )
LEB128 Encoding

Prev:>uleb128 ( n: integer -- byte-array )
Next:write-uleb128 ( n -- )


Vocabulary
leb128

Inputs
byte-arraya byte-array


Outputs
nan object


Definition


TYPED: uleb128> ( byte-array: byte-array -- n )
0 [ [ 127 bitand ] [ 7 * shift ] bi* + ] reduce-index ;