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