checkedint v0.4.4 (2016-06-05T09:26:21Z)
Dub
Repo
SmartInt.opBinary
checkedint
SmartInt
See
smartOp
.
auto
opBinary
(M right)
auto
opBinary
(M right)
struct
SmartInt
(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
const
auto
opBinary
(
string
op
M
)
(
const
M
right
)
if
(
isCheckedInt
!
M
||
isFixedPoint
!
M
)
if
(
isIntegral
!
N
&&
isUnqual
!
N
)
SmartInt
!(
ubyte
,
policy
,
bitOps
)
bsf
()
SmartInt
!(
ubyte
,
policy
,
bitOps
)
bsr
()
SmartInt
!(
ubyte
,
policy
,
bitOps
)
ilogb
()
auto
opBinaryRight
(M left)
auto
opBinaryRight
(M left)
typeof
(
this
)
opOpAssign
(M right)
auto
mulPow2
(M exp)
auto
mulPow2
(M exp)
auto
divPow2
(M exp)
auto
divPow2
(M exp)
auto
modPow2
(M exp)
auto
modPow2
(M exp)
Meta
Source
See Implementation
checkedint
SmartInt
constructors
this
functions
abs
bsf
bsr
divPow2
ilogb
modPow2
mulPow2
opAssign
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
popcnt
pow
toHash
toString
properties
bits
idx
variables
bscal
max
min
policy
See smartOp.