An interesting problem I\'ve been pondering the past few days is how to copy one integer\'s bits into another integer at a given position in the destination integer. So, for exa
I think it hardly could be more efficient. Moreover, bitwise operations are much faster than any algebraic operations.