removeMacro

fun A_Bundle.removeMacro(macro: A_Macro)

Remove a macro from the receiver. The macro will be removed from the bundle's tuple of macros, from its current parsing plans, and from its macro type-lookup tree.

Parameters

macro

The A_Macro to remove from this bundle.