run-length-uncompress ( byte-array -- byte-array' )


Vocabulary
compression.run-length

Inputs
byte-arrayan object


Outputs
byte-array'an object


Definition