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