Box.intersection

Assumes sorted boxes. This function deals with empty boxes correctly.

struct Box(T, int N)
@nogc pure const nothrow
intersection
()

Return Value

Type: Box

Intersection of two boxes.

Meta