Params.opBinaryRight

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

Meta