The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
opBinary.opBinary
mir
bignum
fixed
UInt
opBinary
UInt
!
size
opBinary
(UInt!rsize rhs)
template
opBinary
(string op)
const @
safe
pure nothrow @
nogc
UInt
!
size
opBinary
(
size_t
rsize
)
(
UInt
!
rsize
rhs
)
if
(
rsize
<=
size
)
if
(
op
== "^" ||
op
== "|"
||
op
== "&"
||
op
== "+"
||
op
== "-"
||
op
== "*"
||
op
== "/"
||
op
== "%"
)
UInt
!
size
opBinary
(ulong rhs)
UInt
!
size
opBinary
(size_t rhs)
Meta
Source
See Implementation
mir
bignum
fixed
UInt
opBinary
functions
opBinary