CommonType.CommonType

Undocumented in source.
  1. alias CommonType = Complex!(CommonType!(realType!A, realType!B))
    template CommonType(A, B)
    static if(isComplex!A || isComplex!B)
    alias CommonType = Complex!(CommonType!(realType!A, realType!B))
  2. alias CommonType = typeof(A.init + B.init)
  3. template CommonType(A)

Meta