Add a mechanism to concatenate several `BitVecValue` at once
Open
- Dominant language
- Rust
- Stars
- 9
- Forks
- 2
- Avg merge
- 2h 43m
- Merged PRs (30d)
- 1
Description
Given a collection of `&BitVecValue` (say, `&[BitVecValue]`), I'd appreciate a function to build their concatenation that performs a single allocation of the whole required width (bonus points if it has a way of specifying which order to concatenate them, as I need both).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.