checkedint v0.1.1 (2016-01-25T13:30:11Z)
Dub
Repo
binary
checkedint
noex
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)
@
safe
nothrow @
nogc
OpType
!(
N
,
op
,
M
)
binary
(
string
op
N
M
)
(
const
N
left
,
const
M
right
)
if
(
isFixedPoint
!
N
&&
isFixedPoint
!
M
&&
op.among
!("+", "-", "*", "/", "%", "^^", "<<", ">>", ">>>", "&", "|", "^")
)
N
binary
(N left, M right)
N
binary
(N left, M right)
Meta
Source
See Implementation
checkedint
noex
safeop
functions
abs
binary
bsf
bsr
divPow2
ilogb
mulPow2
pow
unary