VariableDeclSyntax

Declaration of one or more variables

SyntaxNodesTUVWXYZ.swift:3349
struct VariableDeclSyntax

The core of a variable declaration consists of a binding specifier (let or var), followed by any number of pattern bindings, which define the variables.

Children