The OpenD Programming Language

c_complex_real

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

import core.stdc.config;
version(StdDdoc)
alias c_complex_real = ddoc_complex!real

Meta