mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
Fp.opCast
mir
bignum
fp
Fp
T
opCast
()
struct
Fp
(size_t coefficientSize, Exp = sizediff_t)
nothrow const
T
opCast
(
T
)
(
)
if
(
is
(
Unqual
!
T
==
bool
)
)
if
(
(
is
(
Exp
==
int
) ||
is
(
Exp
==
long
)
)
&&
coefficientSize
%
(
size_t.sizeof
* 8
)
== 0
&&
coefficientSize
>=
(
size_t.sizeof
* 8
)
)
T
opCast
()
T
opCast
()
Meta
Source
See Implementation
mir
bignum
fp
Fp
constructors
this
functions
opBinary
opCast
opOpAssign
variables
coefficient
exponent
sign