Structs

Least Significant Bit is a rule for bit accessing when 0th bit is the least significant bit (the first bit in order).

Most Significant Bit is a rule for bit accessing when 0th bit is the most significant bit (the last bit in order).

Traits