Handbook
Glossary
compressed-data? ( header -- ? )
Vocabulary
tools
.
image
.
analyzer
Inputs
header
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
math
;
IN:
tools.image.analyzer
:
compressed-data?
( header -- ? )
[
data-heap-size
]
[
compressed-data-size>>
]
bi
[
dup
]
when-zero
=
not
;