Box.opAssign

*

struct Box(T, int N)
ref
opAssign
(
U
)
(
U x
)
if (
isBox!U
)
if (
N >= 1 &&
N <= 3
)

Meta