Box.opAssign

Assign with another box.

struct Box(T, size_t N)
@safe @nogc ref
opAssign
nothrow
(
U
)
(
U x
)
if (
is(typeof(x.isBox))
)

Meta