InitializerDeclSyntax

An init declaration

SyntaxNodesGHI.swift:3887
struct InitializerDeclSyntax

An example of an initializer is

init(someParameter: Int) {
}

The body is optional because this node also represents initializer requirements inside protocols.

Children