Function or value | Description |
|
Check if the given byte array (bs) matches the pattern. The comparison starts at the very first byte of the arrays.
|
Full Usage:
matchSpan pattern span
Parameters:
ByteValue[]
span : ReadOnlySpan<byte>
Returns: bool
|
|