Is it possible to change the underlying representation of memory? #259
Unanswered
rkshthrmsh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have a
BitVec<u8, Msb0>
oflen()
16
. Is there a way to convert the first 12 bits (..12
) into au32
value?Beta Was this translation helpful? Give feedback.
All reactions