checkedint v0.1.1 (2016-01-25T13:30:11Z)
Dub
Repo
binary
checkedint
safeop
Undocumented in source. Be warned that the author may not have intended to support it.
OpType
!(
N
,
op
,
M
)
binary
(N left, M right)
OpType
!(
N
,
op
,
M
)
binary
(N left, M right)
N
binary
(N left, M right)
N
binary
(N left, M right)
@
safe
pure
N
binary
(
string
op
N
M
)
(
ref
N
left
,
const
M
right
)
if
(
isIntegral
!
N
&&
isFixedPoint
!
M
&&
(
op
[$ - 1] == '='
)
)
Meta
Source
See Implementation
checkedint
safeop
functions
abs
binary
bsf
bsr
cmp
divPow2
ilogb
mulPow2
pow
unary