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