Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
to-strings ( seq -- str )
Vocabulary
update.util
Definition
USING:
kernel
sequences
sequences.deep
strings
;
IN:
update.util
:
to-strings
( seq -- str )
dup
[
string?
]
all?
[
]
[
[
to-string
]
map
flatten
]
if
;