registerMethods

Used as a string mixin: register the methods declaration and definitions in the current module.

string
registerMethods
(
string moduleName = __MODULE__
)

Examples

import openmethods;
mixin(registerMethods);

Meta