BytePattern Module
Provides functions to work with BytePattern. It includes functions to match a byte array or a span against a BytePattern.
Functions and values
Function or value | Description |
Full Usage:
BytePattern.``match`` pattern bs
Parameters:
BytePattern
bs : byte[]
Returns: bool
|
|
Full Usage:
BytePattern.matchSpan pattern span
Parameters:
ByteValue array
span : ReadOnlySpan<byte>
Returns: bool
|