strip-default-methods ( -- )


Vocabulary
tools.deploy.shaker

Word description
In a development image, each generic has its own default method. This gives better error messages for runtime type errors, but takes up space. For deployment we merge them all together.

Definition