Tests if a CBOR value matches this sequence pattern.
Note: Sequence patterns are used within array patterns for matching
consecutive elements. When used standalone (not within an array),
they return false/empty as the actual sequence matching logic is
handled by the VM and array pattern matching.
Tests if a CBOR value matches this sequence pattern.
Note: Sequence patterns are used within array patterns for matching consecutive elements. When used standalone (not within an array), they return false/empty as the actual sequence matching logic is handled by the VM and array pattern matching.