checkedint v0.1.1 (2016-01-25T13:30:11Z)
Dub
Repo
hasBitOps
checkedint
Undocumented in source.
@
safe
template
hasBitOps (
T
) {
@
safe
static if
(
isCheckedInt!T
)
enum
hasBitOps
;
@
safe
static if
(!(
isCheckedInt!T
))
enum
hasBitOps
;
}
Members
Manifest constants
hasBitOps
enum
hasBitOps
;
Undocumented in source.
hasBitOps
enum
hasBitOps
;
Undocumented in source.
Meta
Source
See Implementation
checkedint
modules
flags
noex
safeop
smartop
tests
traits
enums
isCheckedInt
isSafeInt
isSmartInt
functions
to
properties
bits
bscal
idx
templates
BasicScalar
SafeInt
SmartInt
hasBitOps
isThrowingCInt