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
Currently the lib uses int and long only. The specification often uses a lot shorter integer types.
use short where int is specified (currently int)
use int where uint is specified (currently long)
use int where long is specified (currently long)
use long where ulong is specified (currently long)
The text was updated successfully, but these errors were encountered:
Currently the lib uses int and long only. The specification often uses a lot shorter integer types.
use short where int is specified (currently int)
use int where uint is specified (currently long)
use int where long is specified (currently long)
use long where ulong is specified (currently long)
The text was updated successfully, but these errors were encountered: