Module

A module to automatically wrap. Usually not needed since a string will do, but is useful when trying to export all functions from a module by using Module("mymodule", Yes.alwaysExport) instead of "mymodule"

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alwaysExport
Flag!"alwaysExport" alwaysExport;
Undocumented in source.
name
string name;
Undocumented in source.

Meta