Box.opAssign

Assign with another box.

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

Meta