The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
_Complex
core
stdc
config
ABI layout of native complex types.
version(!StdDdoc)
struct
_Complex (
T
)
if
(
is
(
T
==
float
) ||
is
(
T
==
double
)
||
is
(
T
==
c_long_double
)
) {
T
re
;
T
im
;
}
Meta
Source
See Implementation
core
stdc
config
aliases
c_complex_double
c_complex_float
c_complex_real
c_long
c_long_double
c_ulong
cpp_long
cpp_longlong
cpp_ptrdiff_t
cpp_size_t
cpp_ulong
cpp_ulonglong
structs
_Complex
ABI layout of native complex types.