Handbook
Glossary
swift-files ( paths -- paths' )
Vocabulary
codebase-analyzer
Inputs
paths
an
object
Outputs
paths'
an
object
Definition
USING:
sequences
;
IN:
codebase-analyzer
:
swift-files
( paths -- paths' )
[
".swift"
tail?
]
filter
;