_pdep_u32

Deposit contiguous low bits from unsigned 32-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
uint
_pdep_u32
(
uint a
,
uint mask
)

Meta