TotalContainer.opBinaryRight

k in container returns true if the given key is in the container.

  1. bool opBinaryRight(KeyType k)
    struct TotalContainer(T)
    bool
    opBinaryRight
    (
    string op
    )
    if (
    op == "in"
    )
  2. TotalContainer opBinaryRight(Stuff lhs)

Meta