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

Operator

mattt edited this page Feb 7, 2020 · 5 revisions

Operator

An operator declaration.

public struct Operator: Declaration, Hashable, Codable

Inheritance

Codable, Hashable, Declaration

Nested Types

Operator.Kind

Initializers

init(_:)

Creates an instance initialized with the given syntax node.

public init(_ node: OperatorDeclSyntax)
Clone this wiki locally