Box.intersection

Assumes sorted boxes.

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

Return Value

Type: Box

Intersection of two boxes.

Meta