You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Accessing a bit in a memory region is semi-common, but
DataInt.Body
doesn't have aShift<T>
bit index as integers do. Well, so I reasoned at some point.Count
is semantically similar toShift<T>
so I suspect the following subscript would be convenient.The text was updated successfully, but these errors were encountered: