Box.opAssign

struct Box(T, int N)
ref nothrow @safe @nogc
opAssign
(
U
)
(
U x
)
if ()
if (
N >= 1 &&
N <= 3
)

Meta