Expand description
The pattern
element.
Structsยง
- Common ๐
- Unresolved ๐State used during the pattern resolution process
- UnresolvedPattern ๐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. - Pattern normalized to user-space units.
Enumsยง
- Children ๐Keeps track of which Pattern provided a non-empty set of children during pattern resolution
- UnresolvedChildren ๐Keeps track of which Pattern provided a non-empty set of children during pattern resolution
Functionsยง
- nonempty_rect ๐