BoolArrayAsInt function
Fully qualified name: Std.Convert.BoolArrayAsInt
function BoolArrayAsInt(bits : Bool[]) : Int
Summary
Produces a non-negative integer from a string of bits in little-endian format.
bits[0]
represents the least significant bit.
Input
bits
Bits in binary representation of number.