checkedint v0.1.1 (2016-01-25T13:30:11Z)
Dub
Repo
SafeInt.bits
checkedint
SafeInt
Undocumented in source. Be warned that the author may not have intended to support it.
typeof
(
this
)
bits
[@property getter]
struct
SafeInt
(N, bool bitOps = true, bool throws = true)
nothrow @
nogc
@
property
ref
static if
(
bitOps
)
typeof
(this)
bits
(
)
if
(
isIntegral
!
N
&&
isUnqual
!
N
)
const
(
typeof
(
this
))
bits
[@property getter]
SafeInt
!(
N
,
true
,
throws
)
bits
;
Meta
Source
See Implementation
checkedint
SafeInt
constructors
this
functions
abs
bsf
bsr
ilogb
opAssign
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
popcnt
pow
toHash
toString
manifest constants
max
min
properties
bits
idx
variables
bscal