Params.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opBinaryRight(T lhs)
  2. Self opBinaryRight(T lhs)
  3. bool opBinaryRight(T lhs)
    struct Params(T)
    bool
    opBinaryRight
    (
    string op
    )
    (
    inout T lhs
    )
    if (
    op == "in"
    )
    if (
    is(T == enum)
    )

Meta