
[;1m  bit_size(Bitstring)[0m

  Returns an integer that is the size in bits of [;;4mBitstring[0m.

  For example:

    > bit_size(<<433:16,3:3>>).
    19
    > bit_size(<<1,2,3>>).
    24
