dCBOR Pattern TypeScript - v1.0.0-alpha.20
    Preparing search index...

    Function sequencePatternMatches

    • 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.

      Parameters

      Returns boolean