ustr += type
Appending types to the unicode string. Append ustr to ustr => ustr += ustr.
operator ustr += (
ustr left,
ustr right
)
Return value
The result unicode string.
ustr += str
Append str to ustr => ustr += str.
operator ustr += (
ustr left,
str right
)