gfm ~master (2021-03-12T16:19:32Z)
Home
Dub
Repo
wideIntImpl.opAssign
gfm
integers
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
(
isWideIntInstantiation
!
T
&&
T._bits
==
bits
)
self
opAssign
(T n)
Meta
Source
See Implementation
gfm
integers
wideint
wideIntImpl
constructors
this
functions
opAssign
opBinary
opCast
opCmp
opEquals
opOpAssign
opUnary
toString
templates
literal
variables
hi
lo
Assign with a wide integer of the same size (sign is lost).