as(_:)

Cast to the specified raw syntax type if possible.

RawSyntaxNodeProtocol.swift:29

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

func `as`<Node>(_: Node.Type) -> Node? where Node : RawSyntaxNodeProtocol