Handbook
Glossary
flatten-table ( seq^3 -- seq )
Vocabulary
images
.
processing
.
rotation
.
private
Inputs
seq^3
an
object
Outputs
seq
an
object
Definition
USING:
sequences
;
IN:
images.processing.rotation.private
:
flatten-table
( seq^3 -- seq )
[
concat
]
map
concat
;