E.opAssign

Reconstruct the semantic "=" as affecting the content.

struct E
@safe pure pure nothrow
opAssign
(
T
)
(
T rhs
)

Examples

E("int x") = E(1) -> "x = 1"

Meta