Attribute.opAssign

Assign a new value

  1. Attribute opAssign(string newValue)
    struct Attribute
    pure
    opAssign
    (
    string newValue
    )
  2. Attribute opAssign(string[] newValues)

Meta