URIVariable.array

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

  1. inout(string[]) array()
  2. string[] array(string[] array)
    struct URIVariable
    @property @trusted
    string[]
    array
    (
    string[] array
    )

Parameters

array string[]

The (new) array to set this variable to.

Return Value

Type: string[]

The given array.

Meta