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)
    struct Region(size_t N, T)
    const
    bool
    opBinaryRight
    (
    string op
    E
    alias string AS
    )
    (
    in Vector!(N, E, AS) p
    )
    if (
    op == "in" &&
    is(typeof(typeof(p).init[0] > rtype.init[0]))
    )
    if (
    N >= 1 &&
    isNumeric!T
    )
  2. bool opBinaryRight(E p)
  3. bool opBinaryRight(Region!(N, E) p)

Meta