mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
UInt.opBinaryRight
mir
bignum
fixed
UInt
Binary operations
UInt
!
size
opBinaryRight
(UInt!lsize lhs)
template
opBinaryRight
(string op)
const @
safe
pure nothrow @
nogc
UInt
!
size
opBinaryRight
(
size_t
lsize
)
(
UInt
!
lsize
lhs
)
if
(
lsize
<
size
)
if
(
op
== "^" ||
op
== "|"
||
op
== "&"
||
op
== "+"
||
op
== "*"
)
UInt
!
size
opBinaryRight
(ulong lhs)
Members
Functions
opBinaryRight
UInt
!
size
opBinaryRight
(UInt!lsize lhs)
UInt
!
size
opBinaryRight
(ulong lhs)
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