URIVariable.this

Initializes this variable to an array value. All items are assumed to be defined, so null strings are equivalent to empty strings.

  1. this(string value)
  2. this(string[] array)
    struct URIVariable
    @safe
    this
    (
    string[] array
    )
  3. this(Tuple!(string, string)[] map)
  4. this(string[string] map)

Meta