rename run-length's uncompress word

db4
Doug Coleman 2009-06-03 21:22:19 -05:00
parent b9100e5077
commit 3550621341
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
USING: arrays grouping sequences ;
IN: compression.run-length
: run-length-uncompress8 ( byte-array -- byte-array' )
: run-length-uncompress ( byte-array -- byte-array' )
2 group [ first2 <array> ] map concat ;