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