Function intersects

Returns whether two rectangles intersect

bool intersects(T) (
  T first,
  T second
)
if (is(T : AxisAlignedBoundingBox!V, V...));