_pdep_u64

Deposit contiguous low bits from unsigned 64-bit integer a to dst at the corresponding bit locations specified by mask; all other bits in dst are set to zero.

nothrow @nogc pure @safe
ulong
_pdep_u64
(
ulong a
,
ulong mask
)

Meta