Accessing a bit in a memory region is semi-common, but DataInt.Body doesn't have a Shift<T> bit index as integers do. Well, so I reasoned at some point. Count is semantically similar to Shift<T> so I suspect the following subscript would be convenient.
subscript(unchecked index: Count) -> Bit
Accessing a bit in a memory region is semi-common, but
DataInt.Bodydoesn't have aShift<T>bit index as integers do. Well, so I reasoned at some point.Countis semantically similar toShift<T>so I suspect the following subscript would be convenient.