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
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Arithmetic shift left operation for the I256 type.
Describe the solution you'd like
LSL operation with a final check of the result to see if the operation overflowed or not.
Describe alternatives you've considered
The end user can write the operation themselves by performing the solution as described above.
The text was updated successfully, but these errors were encountered: