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
Given that an implementation for int() has been provided, it may make sense to also have a method for conversion from an integer. For both of these, endianness should be a parameter as it is for the conversion methods for bytes-like objects.
The text was updated successfully, but these errors were encountered:
Given that an implementation for
int()
has been provided, it may make sense to also have a method for conversion from an integer. For both of these, endianness should be a parameter as it is for the conversion methods for bytes-like objects.The text was updated successfully, but these errors were encountered: