unlinkModule

fun unlinkModule(module: A_Module)

Remove the specified module from this runtime. The module's code should already have been removed via A_Module.removeFrom.

Parameters

module

The module to remove.