Handbook
Glossary
sequence-constructor? ( word -- ? )
Vocabulary
compiler
.
tree
.
propagation
.
slots
Inputs
word
an
object
Outputs
?
an
object
Definition
USING:
arrays
byte-arrays
sequences
strings
;
IN:
compiler.tree.propagation.slots
:
sequence-constructor?
( word -- ? )
{
<array>
<byte-array>
(byte-array)
<string>
}
member-eq?
;