URIVariable.map

Sets the type of this variable to map and sets the data.

  1. inout(Tuple!(string, string)[]) map()
  2. Tuple!(string, string)[] map(Tuple!(string, string)[] map)
  3. Tuple!(string, string)[] map(string[string] map)
    struct URIVariable
    @property @trusted
    Tuple!(string, string)[]
    map
    (
    string[string] map
    )

Parameters

map string[string]

The (new) map to set this variable to.

Return Value

Type: Tuple!(string, string)[]

The given map.

Meta