PydObject.opBinaryRight

Equivalent to "v in this" in Python.

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

Meta