Rect.opBinaryRight

Checks whether this Rect contains the given coordinates.

struct Rect(T)
const pure nothrow
bool
opBinaryRight
(
string op : "in"
)
(
ref Vector2!(T) vec
)
if (
isNumeric!T
)

Meta