rhMain

Undocumented in source.
mixin template rhMain (
alias fn
) if (
is(typeof(fn) == void delegate
()
) ||
is(typeof(fn) == void function
()
)
) {}

Members

Functions

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

Meta