gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
wideIntImpl.opAssign
gfm
math
wideint
wideIntImpl
Assign with a smaller signed type (sign is extended).
self
opAssign
(T n)
self
opAssign
(T n)
struct
wideIntImpl
(bool signed, int bits)
@
nogc
ref pure nothrow
self
opAssign
(
T
)
(
T
n
)
if
(
isIntegral
!
T
&&
isSigned
!
T
)
self
opAssign
(T n)
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 smaller signed type (sign is extended).