bitvec
bitvec copied to clipboard
Implement `BitStore` for signed integer types
trafficstars
BitStore is already implemented for unsigned integer types. Could it be implemented for signed types too? I have a situation where I need a BitSlice view on a slice of signed types that I got from a 3rd party library.