Box.opEquals

*

struct Box(T, int N)
const
bool
opEquals
(
U
)
()
if (
is(U : Box)
)
if (
N >= 1 &&
N <= 3
)

Meta