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
I suppose it makes sense to support this. Not sure if there would be a reason to make this configurable?
It should be fine to have case-insensitive prefix enabled by default, I think.
For reference, Python's int() supports this as well.
In any case, we should include the other base prefixes as well: 0X, 0O, 0B.
Currently
String#to_unsigned_info
handles only0x
, but sometimes0X
appears too. Should this be supported?The text was updated successfully, but these errors were encountered: