PydObject.opBinaryRight

Equivalent to "v in this" in Python.

  1. bool opBinaryRight(T v)
    class PydObject
    bool
    opBinaryRight
    (
    string op
    T
    )
    (
    T v
    )
    if (
    op == "in" &&
    )
  2. bool opBinaryRight(T key)

Meta