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
DecodeRaw is currently a wrapper for DecodeRawInternal which itself accepts ReadOnlyMemory<byte>.
There is no reason why the public function shouldn't also accept ReadOnlyMemory/ReadOnlySpan.
The text was updated successfully, but these errors were encountered:
Crauzer
changed the title
Make DecodeRaw accept ReadOnlySpan<byte>
Make DecodeRaw accept ReadOnlyMemory<byte>Jan 16, 2023
DecodeRaw
is currently a wrapper forDecodeRawInternal
which itself acceptsReadOnlyMemory<byte>
.There is no reason why the public function shouldn't also accept
ReadOnlyMemory
/ReadOnlySpan
.The text was updated successfully, but these errors were encountered: