Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

ExpressibleBySyntax

mattt edited this page Feb 7, 2020 · 6 revisions

ExpressibleBySyntax

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

public protocol ExpressibleBySyntax

Requirements

Syntax

associatedtype Syntax

init(_:)

Creates an instance initialized with the given syntax node.

init(_ node: Syntax)
Clone this wiki locally