Handbook
Glossary
mime-file? ( object -- ? )
Vocabulary
mime
.
multipart
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
mime-file
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
mime.multipart
:
mime-file?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
mime-file
eq?
]
[
drop
f
]
if
;