__mpz_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 __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