flipBits

Like the ~ operator, but without int-promotion.

alias flipBits = unary!'~'

Meta