Box.opEquals

struct Box(T, int N)
@nogc pure const nothrow
bool
opEquals
(
U
)
()
if (
is(U : Box)
)

Return Value

Type: bool

true if comparing equal boxes.

Meta