find-unused ( name -- seq )


Vocabulary
lint.vocabs

Inputs
namea vocab name string


Outputs
seqa sequence


Word description
Finds unusued imports in the given vocab name. Returing the result as a sequence.

Examples
USING: lint.vocabs prettyprint ; "lint.vocabs" find-unused .
{ }


Definition