_bzhi_u64

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

nothrow @nogc pure @safe
ulong
_bzhi_u64
(
ulong a
,
uint index
)

Meta