Arguments.get

Obtain an argument reference, creating an new instance where necessary. Use array indexing or opCall syntax if you prefer.

Pass null to access the 'default' argument (where unassigned implicit parameters are gathered)

  1. Argument get(char name)
  2. Argument get(const(char)[] name)
    class Arguments
    final
    get
    (
    const(char)[] name
    )

Meta