Vector.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(T, char[] c)
typeof(this)
opBinaryRight
(
string op
F
)
()
if (
op != "in" &&
__traits(compiles, typeof(this)(value))
)
if (
c.length > 1 &&
areValidCoordinates(c)
)

Meta