You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful given the similarity of bits values to bitlist values to be able to convert between the two. This would parallel the conversion methods to/from bytes-like objects. Furthermore, it would remove the need for expressions such as [b.value for b in bs].
The text was updated successfully, but these errors were encountered:
It would be useful given the similarity of
bits
values tobitlist
values to be able to convert between the two. This would parallel the conversion methods to/from bytes-like objects. Furthermore, it would remove the need for expressions such as[b.value for b in bs]
.The text was updated successfully, but these errors were encountered: