Box.intersection

struct Box(T, int N)
pure nothrow const @safe @nogc
intersection
()
if (
N >= 1 &&
N <= 3
)

Meta