ferrilab/bitvec

Implement `BitStore` for signed integer types

Earthcomputer opened this issue · 0 comments

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.