Embed.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryRight(Key key)
  2. bool opBinaryRight(U e)
    mixintemplate Embed(alias OBJ)
    const
    static if(__traits(compiles, opStar().opBinaryRight!("in")(ReturnType!(opStar().front).init)))
    bool
    opBinaryRight
    (
    string op
    U
    )
    (
    auto ref U e
    )
    if (
    op == "in"
    )

Meta