gfm v3.0.3 (2015-09-02T09:30:55Z)
Home
Dub
Repo
wideIntImpl.opAssign
gfm
math
wideint
wideIntImpl
Assign with a wide integer of the same size (sign is lost).
self
opAssign
(T n)
self
opAssign
(T n)
self
opAssign
(T n)
struct
wideIntImpl
(bool signed, int bits)
@
nogc
ref pure nothrow
self
opAssign
(
T
)
(
T
n
)
if
(
is
(
typeof
(
T._isWideIntImpl
)) &&
T._bits
==
bits
)
self
opAssign
(T n)
Meta
Source
See Implementation
gfm
math
wideint
wideIntImpl
constructors
this
functions
opAssign
opBinary
opCast
opCmp
opEquals
opOpAssign
opUnary
toString
variables
hi
lo
Assign with a wide integer of the same size (sign is lost).