Handbook
Glossary
increase-balance ( node amount -- node )
Vocabulary
trees
.
avl
.
private
Inputs
node
an
object
amount
an
object
Outputs
node
an
object
Definition
USING:
accessors
kernel
math
;
IN:
trees.avl.private
:
increase-balance
( node amount -- node )
[
+
]
curry
change-balance
;