The OpenD Programming Language

endOfOptions

The string that conventionally marks the end of all options (default '--').

Defaults to "--" but can be assigned to prior to calling getopt. Assigning an empty string to endOfOptions effectively disables it.

version(!LDC_Windows)
string endOfOptions;

Meta