Handbook
Glossary
representatives ( a b disjoint-set -- r r )
Vocabulary
disjoint-sets
.
private
Inputs
a
an
object
b
an
object
disjoint-set
an
object
Outputs
r
an
object
r
an
object
Definition
USING:
disjoint-sets
kernel
;
IN:
disjoint-sets.private
:
representatives
( a b disjoint-set -- r r )
[
representative
]
curry
bi@
;
inline