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 rely on memory mapping files and accessing them through UnsafeRawMutablePointer, but that type makes it possible and easy to construct byte ranges outside of the original Data. We should have an abstraction (ByteSpan?) which only allows creating contained subranges for safety.
The text was updated successfully, but these errors were encountered:
We rely on memory mapping files and accessing them through
UnsafeRawMutablePointer
, but that type makes it possible and easy to construct byte ranges outside of the originalData
. We should have an abstraction (ByteSpan
?) which only allows creating contained subranges for safety.The text was updated successfully, but these errors were encountered: