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
Mentioned here, the bits function, as named, should return a vector of Bools, but instead returns a string of '0' and '1' characters that are a convenient representation of the bits of the item in question. Rather than change the functionality to something less convenient, I propose renaming the function to bitstring which indicates that it returns a string representing the bits.
The text was updated successfully, but these errors were encountered:
Mentioned here, the
bits
function, as named, should return a vector of Bools, but instead returns a string of'0'
and'1'
characters that are a convenient representation of the bits of the item in question. Rather than change the functionality to something less convenient, I propose renaming the function tobitstring
which indicates that it returns a string representing the bits.The text was updated successfully, but these errors were encountered: