huffman-each ( ... tdesc quot: ( ... huffman-code -- ... ) -- ... )


Vocabulary
compression.huffman.private

Inputs
tdescan object
quota quotation with stack effect ( ... huffman-code -- ... )


Outputs
None

Definition


:: huffman-each
( ... tdesc quot: ( ... huffman-code -- ... ) -- ... )
<huffman-code> :> code tdesc [
code next-size
[ code value<< code clone quot call code next-code ]
each
] each ; inline