Region.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opBinaryRight(Vector!(N, E, AS) p)
  2. bool opBinaryRight(E p)
  3. bool opBinaryRight(Region!(N, E) p)
    struct Region(size_t N, T)
    const
    bool
    opBinaryRight
    (
    string op
    E
    )
    (
    in Region!(N, E) p
    )
    if (
    is(generalType!(T, E)) &&
    op == "in"
    )
    if (
    N >= 1 &&
    isNumeric!T
    )

Meta