Handbook
Glossary
rust-output-files ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
sequences
;
IN:
codebase-analyzer
:
rust-output-files
( path -- ? )
{
[
".dll"
tail?
]
[
".dylib"
tail?
]
[
".a"
tail?
]
[
".so"
tail?
]
}
1||
;