Some.opAssign

Assign another value to this object.

struct Some(T)
@safe pure nothrow
void
opAssign
(
U
)
()
if (
is(U : T)
)
if (
is(T == class) ||
isPointer!T
)

Parameters

value U

The value to set.

Meta