Codex.Util (bin_codex v0.1.4)
Link to this section Summary
Link to this section Functions
Link to this function
bits_to_int(bits)
Specs
bits_to_int(bitstring()) :: non_neg_integer()
Link to this function
join(ints, bit_size)
Specs
join([non_neg_integer()], non_neg_integer()) :: non_neg_integer()
Link to this function
remove_leading_zeros(bits)
Specs
Link to this function
reverse_bits(arg)
Specs
Link to this function
split(int, bit_size)
Specs
split(non_neg_integer(), non_neg_integer()) :: [non_neg_integer()]