Expand description
Pattern type for TLExpr pattern matching.
Provides the MatchPattern enum used in TLExpr::Match arms. Only concrete
constant patterns and a wildcard are supported (Design A — no variable binding).
Enums§
- Match
Pattern - A pattern used in a
TLExpr::Matcharm.