mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
UInt.opBinary
mir
bignum
fixed
UInt
Binary operations
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
== "*"
)
UInt
!
size
opBinary
(ulong rhs)
UInt
!
size
opBinary
(size_t rhs)
Members
Functions
opBinary
UInt
!
size
opBinary
(UInt!rsize rhs)
UInt
!
size
opBinary
(ulong rhs)
Meta
Source
See Implementation
mir
bignum
fixed
UInt
constructors
this
functions
bt
ctlz
cttz
fromHexStringImpl
fromStringImpl
opAssign
opBinary
opCast
opCmp
opEquals
opOpAssign
rightExtend
signBit
smallLeftShift
smallRightShift
toSize
toString
view
static functions
fromHexString
templates
opBinaryRight
variables
data
max
min
Binary operations