checkedint v0.1.1 (2016-01-25T13:30:11Z)
Dub
Repo
SafeInt
checkedint
noex
Undocumented in source.
template
SafeInt (
N
bool
bitOps
= true
bool
throws
= false
) {
import
checkedint
:
Impl
=
SafeInt
;
;
alias
SafeInt
=
Impl
!(
N
,
bitOps
,
throws
)
;
}
Members
Aliases
SafeInt
alias
SafeInt
=
Impl
!(
N
,
bitOps
,
throws
)
Undocumented in source.
Meta
Source
See Implementation
checkedint
noex
modules
safeop
smartop
functions
to
templates
SafeInt
SmartInt