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