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