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
Implement feature int_lowest_highest_one for integer and NonZero types
Implement the accepted ACP #145203 for methods that find the index of
the least significant (lowest) and most significant (highest) set bit in
an integer for signed, unsigned, and NonZero types.
Also add unit tests for all these types.
0 commit comments