We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Ptr
What about Ptr<T, (Exclusive, _, _)>? It shouldn't be covariant over T, but invariant. What about the variance of T (e.g. T = UnsafeCell<U>)?
Ptr<T, (Exclusive, _, _)>
T
T = UnsafeCell<U>