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, alias OWNED)
    const
    static if(__traits(compiles, fallthrough().opBinaryRight!("in")(ReturnType!(fallthrough().front).init)))
    bool
    opBinaryRight
    (
    string op
    U
    )
    (
    auto ref U e
    )
    if (
    op == "in"
    )

Meta