Box.intersects

Assumes sorted boxes.

struct Box(T, int N)
bool
intersects

Return Value

Type: bool

true if boxes overlap.

Meta