bit functions
All callable symbols documented in this include, grouped by declaration type.
Stocks
| Name | Signature |
|---|---|
| count_bits | stock count_bits(integer) { |
| get_highest | stock get_highest(integer, count_type = COUNT_BIT) { |
| num_to_binstr | stock num_to_binstr(num, dest[], zero_fill = 0) { |
| num_to_hexstr | stock num_to_hexstr(num, dest[], zero_fill = 0) { |
| rol | stock rol(integer, step = 1) { |
| ror | stock ror(integer, step = 1) { |