bitvec icon indicating copy to clipboard operation
bitvec copied to clipboard

Implement `BitStore` for signed integer types

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

Earthcomputer avatar Aug 23 '23 23:08 Earthcomputer