Tagging of arguments ref/out, or just out

Kagamin spam at here.lot
Mon Aug 8 11:48:04 PDT 2011


Though I think, `main` arguments should eliminated altogether and be accessed statically.

const ReusableOpts opts = getopts();

const string[] args = mainArgs; // @property: parse args on demand, remove the code from startup.


More information about the Digitalmars-d mailing list