Embed.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryRight(Key key)
    mixintemplate Embed(alias OBJ, alias OWNED)
    inout
    opBinaryRight
    (
    string op
    Key
    )
    (
    Key key
    )
    if (
    op == "in" &&
    __traits(hasMember, typeof(OBJ), "opBinaryRight")
    )
  2. bool opBinaryRight(U e)

Meta