bitlen
bitlen(
input
):uint64
The highest set bit in the input. If the input is a byte-array, it is interpreted as a big-endian unsigned integer. bitlen of 0 is 0, bitlen of 8 is 4
Parameters
• input: any
The input to get the higher bit from
bitlen(
input
):uint64
The highest set bit in the input. If the input is a byte-array, it is interpreted as a big-endian unsigned integer. bitlen of 0 is 0, bitlen of 8 is 4
• input: any
The input to get the higher bit from