Quaternion.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Quaternion!(CommonType!(S, E)) opBinaryRight(E s)
    struct Quaternion(S)
    const
    Quaternion!(CommonType!(S, E))
    opBinaryRight
    (
    string op : "+"
    E
    )
    (
    in E s
    )
    if (
    !is(CommonType!(S, E) == void)
    )
  2. Quaternion!(CommonType!(S, E)) opBinaryRight(E s)
  3. Quaternion!(CommonType!(S, E)) opBinaryRight(E s)
  4. auto opBinaryRight(E s)

Meta