-
+
Functions and Operators
+ get_byte> and set_byte> number the first byte
+ of a binary string as byte 0.
+ get_bit> and set_bit> number bits from the
+ right within each byte; for example bit 0 is the least significant bit of
+ the first byte, and bit 15 is the most significant bit of the second byte.
+
strings:
get_bit,
set_bit.
+ When working with a bit string, these functions number the first
+ (leftmost) bit of the string as bit 0.