Handbook
Glossary
find-chunks ( loading-png string -- chunk )
Vocabulary
images
.
png
Inputs
loading-png
an
object
string
an
object
Outputs
chunk
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
images.png
:
find-chunks
( loading-png string -- chunk )
[
chunks>>
]
dip
[
[
type>>
]
]
dip
[
=
]
curry
compose
filter
;