Rect.intersects

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool intersects(Rect!(E) rectangle)
    struct Rect(T)
    const
    bool
    intersects
    (
    E
    )
    if (
    isNumeric!(E)
    )
    if (
    isNumeric!(T)
    )
  2. bool intersects(Rect!(E) rectangle, Rect!(E) intersection)

Meta