dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
bitswap
core
bitop
Reverses the order of bits in a 32-bit integer.
uint
bitswap
(uint x)
nothrow @
safe
@
nogc
pragma(
inline
, true) pure
uint
bitswap
(
uint
x
)
ulong
bitswap
(ulong x)
Meta
Source
See Implementation
core
bitop
functions
_popcnt
bitswap
bsf
bsr
bswap
bt
btc
btr
bts
byteswap
inp
inpl
inpw
outp
outpl
outpw
popcnt
rol
ror
structs
BitRange
Reverses the order of bits in a 32-bit integer.