Region.opBinaryRight

  1. bool opBinaryRight(in Vector!(Z, E) pnt)
    struct Region(size_t N, T)
    bool
    opBinaryRight
    const
    (
    string op
    size_t Z
    E
    )
    (
    in Vector!(Z, E) pnt
    )
    if (
    (
    Z == 0 ||
    N == 0
    ||
    Z == N
    )
    &&
    op == "in"
    &&
    is(typeof(E.init > T.init))
    )
    if (
    isNumeric!T
    )
  2. bool opBinaryRight(in Region!(Z, E) reg)

Meta