@ossedb/patmat - v1.0.0
    Preparing search index...

    Interface Pat<T, C>

    A combinator pattern produced by the P namespace.

    The type parameters are phantom: T is the type of values the pattern matches, and C the captures it contributes. They only exist at the type level and drive CapturesOf and MatchedOf.

    Type Parameters

    • out T = unknown
    • out C extends Captures = {}

    Hierarchy (View Summary)