Box.intersects

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

Meta