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