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

    Type Alias AssertionsPatternType

    AssertionsPatternType:
        | { type: "Any" }
        | { type: "WithPredicate"; pattern: Pattern }
        | { type: "WithObject"; pattern: Pattern }
        | { type: "WithBoth"; predicatePattern: Pattern; objectPattern: Pattern }

    Pattern type for assertions pattern matching.

    Corresponds to the Rust AssertionsPattern enum in assertions_pattern.rs