flipbits!
.. flipbits!(B::BitArray{N}) -> BitArray{N}
Performs a bitwise not operation on ``B``. See :ref:`~ operator <~>`.
Examples
See Also
bitpack, bitunpack, bswap, flipbits!, htol, hton, isbits, ltoh, ntoh, rol, rol!, ror, ror!, signbit,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.