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
There was a recent updated that added allowReadingUnalignedBuffers to a subset of ByteBuffer init methods.
The init methods that were modified required the data to be UnsafeMutableRawPointer (AFAIK). Since unaligned is associated with reading and not writing it seems that all the other methods should not prevent a user from setting this parameter.
I would like to add allowReadingUnalignedBuffers to all ByteBuffer init methods that accept the data as an input.
The text was updated successfully, but these errors were encountered:
There was a recent updated that added allowReadingUnalignedBuffers to a subset of ByteBuffer init methods.
The init methods that were modified required the data to be UnsafeMutableRawPointer (AFAIK). Since unaligned is associated with reading and not writing it seems that all the other methods should not prevent a user from setting this parameter.
I would like to add allowReadingUnalignedBuffers to all ByteBuffer init methods that accept the data as an input.
The text was updated successfully, but these errors were encountered: