is(_:)

Check if this instance can be cast to the specified syntax type.

RawSyntaxNodeProtocol.swift:34

This declaration is gated by at least one @_spi attribute.

func `is`<Node>(_: Node.Type) -> Bool where Node : RawSyntaxNodeProtocol