checkedint v0.7.0 (2020-04-18T21:41:28Z)
Dub
Repo
SafeInt.bits
checkedint
SafeInt
Undocumented in source.
inout
(
SafeInt
!(
N
,
policy
,
Yes.bitOps
))
bits
[@property getter]
SafeInt
!(
N
,
policy
,
Yes.bitOps
)
bits
;
struct
SafeInt
(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
static if
(!(
bitOps
))
SafeInt
!(
N
,
policy
,
Yes.bitOps
)
bits
;
Meta
Source
See Implementation
checkedint
SafeInt
constructors
this
functions
abs
bsf
bsr
divPow2
ilogb
modPow2
mulPow2
opAssign
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
popcnt
pow
toHash
toString
properties
bits
idx
variables
bscal
max
min
policy