Handbook
Glossary
deep-all? ( ... obj quot: ( ... elt -- ... ? ) -- ... ? )
Vocabulary
sequences
.
deep
Inputs
obj
an
object
quot
a
quotation
with stack effect
( ... elt -- ... ? )
Outputs
?
an
object
Definition
USING:
kernel
;
IN:
sequences.deep
:
deep-all?
( ... obj quot: ( ... elt -- ... ? ) -- ... ? )
[
not
]
compose
deep-any?
not
;
inline