Handbook
Glossary
specialized-length ( specializer -- n )
Vocabulary
hints
Inputs
specializer
an
object
Outputs
n
an
object
Definition
USING:
arrays
kernel
sequences
;
IN:
hints
:
specialized-length
( specializer -- n )
dup
[
array?
]
all?
[
first
]
when
length
;