slang::ast::StructurePattern::FieldPattern struct

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.