ExpressibleBySyntax

public protocol ExpressibleBySyntax

A type that can be initialized with a Swift syntax node.

  • Undocumented

    Declaration

    Swift

    associatedtype Syntax : Syntax
  • Creates an instance initialized with the given syntax node.

    Declaration

    Swift

    init(_ node: Syntax)