IsExprSyntax

Checks if an expression is of a given type.

SyntaxNodesGHI.swift:4321
struct IsExprSyntax

An example of an is expression is

value is Double

Children