URIVariable.array

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

Return Value

Type: inout(string[])

the string array this variable is pointing to.

Meta