void ProcessBytes(
ReadOnlySpan<byte> input,
Span<byte> output
)
Sub ProcessBytes (
input As ReadOnlySpan(Of Byte),
output As Span(Of Byte)
)
void ProcessBytes(
ReadOnlySpan<unsigned char> input,
Span<unsigned char> output
)
function ProcessBytes(input, output);
OutputLengthException | If the output span is too small. |