StringImpl.opAssign

Sets the value of the string.

struct StringImpl(T)
@nogc @trusted
void
opAssign
(
U
)
()

Parameters

other U

The string to set this string to.

Notes: This function will directly replace the internal store, as such, you are responsible for freeing prior memory where relevant.

Meta