addSeal

fun addSeal(methodName: A_Atom, seal: A_Tuple)

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

Parameters

methodName

The method name, an atom.

seal

The signature at which to seal the method.

Throws

If the macro signature is malformed.

If the macro signature is invalid.