Rect.contains

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool contains(E x, E y)
    struct Rect(T)
    const
    bool
    contains
    (
    E
    )
    (
    E x
    ,
    E y
    )
    if (
    isNumeric!(E)
    )
    if (
    isNumeric!(T)
    )
  2. bool contains(Vector2!(E) point)

Meta