gfm v1.1.3 (2014-06-18T21:14:08Z)
Home
Dub
Repo
wideIntImpl.opAssign
gfm
math
wideint
wideIntImpl
Assign with a smaller wide integer (sign is extended accordingly).
self
opAssign
(T n)
self
opAssign
(T n)
self
opAssign
(T n)
self
opAssign
(T n)
struct
wideIntImpl
(bool signed, int bits)
ref pure nothrow
self
opAssign
(
T
)
(
T
n
)
if
(
is
(
typeof
(
T._isWideIntImpl
)) &&
T._bits
<
bits
)
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 smaller wide integer (sign is extended accordingly).