The OpenD Programming Language

c_complex_double

Used for a complex floating point type that corresponds in size and ABI to the associated C compiler's _Complex double type.

import core.stdc.config;
version(StdDdoc)
alias c_complex_double = ddoc_complex!double

Meta