Assign a new value to this attribute. Retains the original key.
The attribute.
auto a = Attribute("name"); a = i"1+2 is $(1+2)"; assert(a == `name="1+2 is 3"`);
See Implementation
Assign a new value to this attribute. Retains the original key.