complex_t.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(C z)
  2. bool opEquals(R r)
    struct complex_t(T)
    pure nothrow @safe @nogc const
    bool
    opEquals
    (
    R
    )
    (
    R r
    )
    if (
    !isComplex!R &&
    is(typeof(
    (
    R r
    )
    ))
    )

Meta