__mpz_struct

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pure nothrow pragma(inline, true) extern (C) pragma(inline, false)
struct __mpz_struct {}

Members

Variables

_mp_alloc
int _mp_alloc;
Undocumented in source.
_mp_d
__mp_limb_t* _mp_d;
Undocumented in source.
_mp_size
int _mp_size;
Undocumented in source.

Meta