Expand description

Utility functions for binary bit manipulations.

Functions

  • Returns if the bit at the index is set if a u16 integer.
  • Returns if the bit at the index is set if a u32 integer.
  • Sets the bit index to the bit value of a u16 integer.
  • Sets the bit index to the bit value of a u32 integer.