strip-specialized-arrays ( -- )


Vocabulary
tools.deploy.shaker

Inputs
None

Outputs
None

Definition


: strip-specialized-arrays ( -- )
strip-dictionary? "specialized-arrays" lookup-vocab and [
"Stripping specialized arrays" show
"vocab:tools/deploy/shaker/strip-specialized-arrays.factor"
run-file
] when ;