Handbook
Glossary
rust-source-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
sequences
;
IN:
codebase-analyzer
:
rust-source-file?
( path -- ? )
{
[
".rs"
tail?
]
}
1||
;