Handbook
Glossary
image>edges ( image -- edges )
Vocabulary
tools
.
image
.
analyzer
.
graphviz
Inputs
image
an
object
Outputs
edges
an
object
Definition
USING:
accessors
kernel
sequences
sets
;
IN:
tools.image.analyzer.graphviz
:
image>edges
( image -- edges )
heap>>
dup
[
heap-node-edges
]
with
map
concat
members
[
first2
=
]
reject
;