DEFAULT

set the default value to a registered option or argument

  1. mixintemplate DEFAULT(alias field, alias val)
    mixin template DEFAULT (
    alias field
    alias val
    ) {}
  2. mixintemplate DEFAULT(alias sub)

Members

Aliases

___FType___CMDLINE
alias ___FType___CMDLINE = typeof(field)
Undocumented in source.

Parameters

field

the option or argument in the type of OptVal or ArgVal

val

the default value

Meta