le> ( seq -- x )
Working with binary data

Prev:be> ( seq -- x )
Next:>be ( x n -- byte-array )


Vocabulary
endian

Inputs
seqa sequence of bytes


Outputs
xa non-negative integer


Word description
Converts a sequence of bytes in little endian order into an unsigned integer.

Definition