Py_complex

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct Py_complex {}

Members

Variables

imag
double imag;
Undocumented in source.
real_
double real_;
Undocumented in source.

Meta