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