_bzhi_u32

Copy all bits from unsigned 32-bit integer a to dst, and reset (set to 0) the high bits in dst starting at index.

nothrow @nogc pure @safe
uint
_bzhi_u32
(
uint a
,
uint index
)

Meta