addSeal

fun addSeal(methodName: A_Atom, sealSignature: A_Tuple)

Add a seal to the method associated with the given method name.

Parameters

methodName

The method name, an atom.

sealSignature

The tuple of types at which to seal the method.

Throws

If anything is wrong with the method name.