bitvec
bitvec copied to clipboard
impl `TryFrom<BitVec>` for `BitArray`
trafficstars
This implementation kind of already exists with TryFrom<BitSlice> for BitArray, but it would be nice to have a direct implementation between the two types.