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