Handbook
Glossary
>strings ( seq -- str )
Vocabulary
modern
.
slices
Inputs
seq
an
object
Outputs
str
an
object
Definition
USING:
kernel
sequences
sequences.deep
strings
;
IN:
modern.slices
:
>strings
( seq -- str )
[
dup
slice?
[
>string
]
when
]
deep-map
;