checkedint v0.7.0 (2020-04-18T21:41:28Z)
Dub
Repo
SmartInt.bits
checkedint
SmartInt
Undocumented in source.
inout
(
SmartInt
!(
N
,
policy
,
Yes.bitOps
))
bits
[@property getter]
SmartInt
!(
N
,
policy
,
Yes.bitOps
)
bits
;
struct
SmartInt
(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
static if
(!(
bitOps
))
SmartInt
!(
N
,
policy
,
Yes.bitOps
)
bits
;
Meta
Source
See Implementation
checkedint
SmartInt
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