__mpf_struct

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

Members

Variables

_mp_d
mp_limb_t* _mp_d;
Undocumented in source.
_mp_exp
mp_exp_t _mp_exp;
Undocumented in source.
_mp_prec
int _mp_prec;
Undocumented in source.
_mp_size
int _mp_size;
Undocumented in source.

Meta