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