Instance Methodswift-syntax 600.0.1SwiftSyntax
is(_:)
Check if this instance can be cast to the specified syntax type.
This declaration is gated by at least one @_spi attribute.
func `is`<Node>(_: Node.Type) -> Bool where Node : RawSyntaxNodeProtocol