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)
  2. Quaternion!(CommonType!(S, E)) opBinaryRight(E s)
  3. Quaternion!(CommonType!(S, E)) opBinaryRight(E s)
  4. auto opBinaryRight(E s)
    struct Quaternion(S)
    const
    opBinaryRight
    (
    string op : "/"
    E
    )
    (
    in E s
    )
    if (
    isFloatingPoint!(CommonType!(S, E))
    )

Meta