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)
    struct Region(size_t N, T)
    const
    static if(N == 1)
    bool
    opBinaryRight
    (
    string op
    E
    )
    (
    in E p
    )
    if (
    isNumeric!E &&
    op == "in"
    )
    if (
    N >= 1 &&
    isNumeric!T
    )
  3. bool opBinaryRight(Region!(N, E) p)

Meta