rust-ux/uX

Conversion and Sign Extension

Opened this issue · 0 comments

This is a question not a bug. :)

I'm looking for an ergonomic way to reinterpret a u6 as a i6 to then sign-extend it to i32. Is this possible without transmute at the moment?