removeSeal

fun removeSeal(methodName: A_Atom, sealSignature: A_Tuple)

Remove a seal from the method associated with the given method name.

Parameters

methodName

The method name, an atom.

sealSignature

The signature at which to unseal the method. There may be other seals remaining, even at this very signature.

Throws

If anything is wrong with the method name.