Box.intersection

Assumes sorted boxes.

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

Return Value

Type: Box

Intersection of two boxes.

Meta