The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
NormalizedInt.opOpAssign
std
experimental
normint
NormalizedInt
Binary assignment operators.
struct
NormalizedInt
(I)
@
safe
pure nothrow @
nogc
ref
NormalizedInt
!
I
opOpAssign
(
string
op
T
)
(
T
rh
)
if
(
is
(
T
==
NormalizedInt
!
I
) ||
isFloatingPoint
!
T
||
isNormalizedIntegralType
!
T
)
if
(
isNormalizedIntegralType
!
I
)
Meta
Source
See Implementation
std
experimental
normint
NormalizedInt
aliases
IntType
constructors
this
functions
opBinary
opCast
opCmp
opEquals
opOpAssign
opUnary
manifest constants
max_float
min_float
variables
max
min
value
Binary assignment operators.