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
It would be great to have overloads of the ReadBytes/WriteBytes methods and their async counterparts which take Span<byte> and the like as arguments. This would enable us to read/write array slices.
If this is something you would accept, I may be able to provide a pull request for this.
The text was updated successfully, but these errors were encountered:
It would be great to have overloads of the
ReadBytes
/WriteBytes
methods and their async counterparts which takeSpan<byte>
and the like as arguments. This would enable us to read/write array slices.If this is something you would accept, I may be able to provide a pull request for this.
The text was updated successfully, but these errors were encountered: