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)
N
binary
(N left, M right)
@
safe
N
binary
(
string
op
bool
throws
N
M
)
(
ref
N
left
,
const
M
right
)
if
(
(
isIntegral
!
N
||
isSomeChar
!
N
)
&&
isFixedPoint
!
M
&&
(
op
[$ - 1] == '='
)
)
N
binary
(N left, M right)
Meta
Source
See Implementation
checkedint
noex
safeop
functions
abs
binary
bsf
bsr
divPow2
ilogb
mulPow2
pow
unary