BitVec to Vec<u8> ? #226
krpatter-intc
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a method for getting a BitSlice or BitVec back to a Vec ?
I found "load" but that seams to only do numeric types.
If it helps on the "why": I'm working with BigUint and need to go to the Vec in order to next create the BigUint.
Thanks,
Kevin
Beta Was this translation helpful? Give feedback.
All reactions