IdentifierPatternSyntax

A pattern that contains a TokenSyntax.

SyntaxNodesGHI.swift:1522
struct IdentifierPatternSyntax

Examples

IdentifierPatternSyntax can be used in simplple variable declarations. For example a in the exmaple:

let a = 1

Children

  • identifier: (<identifier> | self | init | deinit | subscript)