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"

Constructors

this
this(string name)
Undocumented in source.
this
this(string name, Flag!"alwaysExport" alwaysExport, Ignore[] ignoredSymbols)
Undocumented in source.

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.
ignoredSymbols
Ignore[] ignoredSymbols;
Undocumented in source.
name
string name;
Undocumented in source.

Meta