Handbook
Glossary
add-to-bin ( item weight bin -- )
Vocabulary
math
.
binpack
.
private
Inputs
item
an
object
weight
an
object
bin
an
object
Outputs
None
Definition
USING:
accessors
math
sequences
;
IN:
math.binpack.private
:
add-to-bin
( item weight bin -- )
[
+
]
change-total
items>>
push
;