ArrowExprSyntax

The arrow when a type is used at a position that syntactically expectes an expression.

SyntaxNodesAB.swift:1574
struct ArrowExprSyntax

Examples

This represents the arrow in

let array = [(Int) -> Int]()

Children