TuplePatternSyntax

A pattern that contains a list of other pattern.

SyntaxNodesTUVWXYZ.swift:1201
struct TuplePatternSyntax

Examples

TuplePatternSyntax can be used in more complex variable declarations. For example (x, y) in the example:

let (x, y) = (1, 2)

Children