Rect.intersects

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

Meta