gmp-d v0.0.1 (2017-01-23T22:00:31Z)
Dub
Repo
MpZ.opBinary
gmp
MpZ
MpZ
opBinary
(MpZ rhs)
MpZ
opBinary
(Rhs rhs)
struct
MpZ
pure nothrow pragma(
inline
, true) @
nogc
const
MpZ
opBinary
(
string
s
Rhs
)
(
auto
ref
const
Rhs
rhs
)
if
(
isLazyMpZExpr
!
Rhs
&&
(
s
== "+" ||
s
== "-"
||
s
== "*"
||
s
== "/"
||
s
== "%"
)
)
MpZ
opBinary
(Rhs rhs)
MpZ
opBinary
(Rhs rhs)
Unqual
!
Rhs
opBinary
(Rhs rhs)
Return Value
Type:
MpZ
this
s
rhs
.
Meta
Source
See Implementation
gmp
MpZ
constructors
this
destructors
~this
functions
absolute
dup
fitsIn
fromString
negate
opAssign
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
sizeInBase
swap
toHash
toInt
toLong
toString
unaryMinus
manifest constants
useCopy
postblits
this(this)
properties
isEven
isNegative
isOdd
isPositive
isZero
sgn
uintLength
uintLong
static functions
mersennePrime
pow