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
We currently have two special cased bound generics UnsafeMutablePointer<UInt8> and UnsafeMutableBufferPointer<UInt8>. They were added to facilitate simple tests. Once full support for bound generics is added, they should be removed.
The text was updated successfully, but these errors were encountered:
We currently have two special cased bound generics
UnsafeMutablePointer<UInt8>
andUnsafeMutableBufferPointer<UInt8>
. They were added to facilitate simple tests. Once full support for bound generics is added, they should be removed.The text was updated successfully, but these errors were encountered: