registerMethods

Used as a string mixin: register the method declarations and definitions in the current module.

registerMethods
(
string moduleName = __MODULE__
)

Examples

import openmethods;
mixin(registerMethods);

Meta