top | item 32765899

(no title)

rednab | 3 years ago

These days C# has Span<byte> ¹) and ReadOnlySpan<byte> ²) which has a whole bunch of string-like methods, but the version of C# it requires might be newer than you're happy with.

¹) https://docs.microsoft.com/en-us/dotnet/api/system.span-1

²) https://docs.microsoft.com/en-us/dotnet/api/system.readonlys...

discuss

order

gwbas1c|3 years ago

> but the version of C# it requires might be newer than you're happy with

Oh, that's a solvable problem. Thanks!