PatternNode struct

Defined in module ast (ast.l0).

Represents the PatternNode structure.

Fields

kind: PatternKind
span: Span
name: string
vars: StringVector*
module_path: StringVector*
name_qualifier: StringVector*