SIMDScalar.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. SIMDScalar!(T, N) opBinary(SIMDScalar!(T, N) other)
  2. SIMDScalar!(T, N) opBinary(SIMDScalar!(T, N) other)
    struct SIMDScalar(T, size_t N)
    public
    SIMDScalar!(T, N)
    opBinary
    (
    string op
    )
    (
    in SIMDScalar!(T, N) other
    )
    if (
    op == "-"
    )
  3. SIMDScalar!(T, N) opBinary(SIMDScalar!(T, N) other)
  4. SIMDScalar!(T, N) opBinary(SIMDScalar!(T, N) other)

Meta