Expand description
The pattern element.
Structsยง
- Common ๐
- Pattern
- Pattern
Content Units - Pattern
Units - Resolved
Pattern - Unresolved ๐
- State used during the pattern resolution process
- Unresolved
Pattern ๐ - Main structure used during pattern resolution. For unresolved
patterns, we store all fields as
Option<T>- ifNone, it means that the field is not specified; ifSome(T), it means that the field was specified. - User
Space Pattern - Pattern normalized to user-space units.
Enumsยง
- Children ๐
- Keeps track of which Pattern provided a non-empty set of children during pattern resolution
- Unresolved
Children ๐ - Keeps track of which Pattern provided a non-empty set of children during pattern resolution
Functionsยง
- nonempty_
rect ๐