3.1 KiB
3.1 KiB
module bitfield
Contents
- bf_and
- bf_not
- bf_or
- bf_xor
- from_bytes
- from_bytes_lowest_bits_first
- from_str
- hamming
- join
- new
- BitField
bf_and
bf_not
bf_or
bf_xor
from_bytes
from_bytes_lowest_bits_first
from_str
hamming
join
new
BitField
str
free
get_bit
set_bit
clear_bit
extract
insert
extract_lowest_bits_first
insert_lowest_bits_first
set_all
clear_all
toggle_bit
set_if
toggle_bits
Example
toggle_bits(1,3,5,7)
set_bits
Example
set_bits(1,3,5,7)
clear_bits
Example
clear_bits(1,3,5,7)
has
Example
has(1,3,5,7)
all
Example
all(1,3,5,7)