Skip to main content

Module pattern

Module pattern 

Source
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§

MatchPattern
A pattern used in a TLExpr::Match arm.