FieldPattern struct
#include <slang/ast/Patterns.h>
A pattern over a struct field.
Public variables
-
not_
null<const FieldSymbol*> field - The field symbol to match against.
-
not_
null<const Pattern*> pattern - The pattern that applies to the field.