Is there a Julia function that converts bitstrings to Ints?

Viewed 148

Evaluating

bitstring(Int8(3))

returns "00000011". Is there an in-built function in Julia to do the inverse operation of parsing a bitstring to an integer?

1 Answers
Related