Handbook
Glossary
smallest-bin ( bins -- bin )
Vocabulary
math
.
binpack
.
private
Inputs
bins
an
object
Outputs
bin
an
object
Definition
USING:
accessors
sequences
;
IN:
math.binpack.private
:
smallest-bin
( bins -- bin )
[
total>>
]
minimum-by
;
inline