Flag.this

Creates new flag.

Full flag name (long-form) is set to name parameter value.

  1. this(string name)
    class Flag
    this
    pure nothrow @safe @nogc
    (
    string name
    )
  2. this(string abbrev, string full, string description)

Meta