bitvec icon indicating copy to clipboard operation
bitvec copied to clipboard

impl `TryFrom<BitVec>` for `BitArray`

Open XAMPPRocky opened this issue 2 years ago • 0 comments
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.

XAMPPRocky avatar Sep 02 '23 14:09 XAMPPRocky