intersects

Checks if two rectangles intersect.

@nogc pure nothrow
bool
intersects
(
T
)
(
const Rect!T a
,
const Rect!T b
)

Meta