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
A trait for accepting a blanket integer, signed or unsigned would be absolutely fantastic. In addition to that, a mechanism for making sure two numbers (disregarding signedness) and making sure they have the same number of bits/width (e.g. U32 == P32 == N32) would be amazing
The text was updated successfully, but these errors were encountered:
A trait for accepting a blanket integer, signed or unsigned would be absolutely fantastic. In addition to that, a mechanism for making sure two numbers (disregarding signedness) and making sure they have the same number of bits/width (e.g.
U32 == P32 == N32
) would be amazingThe text was updated successfully, but these errors were encountered: