Parameter

struct Parameter

The documented name and type of a function parameter.

Properties

let name: String

The local parameter name, without its external argument label.

let type: DocumentableID?

The explicit type annotation, when one was written.