Is it possible to change the underlying representation of memory? #259
Unanswered
rkshthrmsh
asked this question in
Q&A
Replies: 1 comment
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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