rename run-length's uncompress word

Doug Coleman 2009-06-03 21:22:19 -05:00
parent f35bfb6dba
commit c0833e24de
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 ;