deimos-mpfr v1.0.0-alpha (2016-12-23T14:26:18Z)
Dub
Repo
__mpz_struct
deimos
gmp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nothrow extern (
C
)
struct
__mpz_struct {
int
_mp_alloc
;
int
_mp_size
;
mp_limb_t
*
_mp_d
;
}
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
Source
See Implementation
deimos
gmp
aliases
mp_exp_t
mp_limb_t
mpf_t
mpq_t
mpz_t
structs
__mpf_struct
__mpq_struct
__mpz_struct