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

Parameter

mattt edited this page Jun 10, 2021 · 5 revisions

Parameter

A named parameter for a function, initializer, method, or subscript.

public struct Parameter: Hashable, Codable 

Inheritance

Codable, CustomStringConvertible, Hashable

Properties

name

The name of the parameter.

public let name: String

content

The documentation content for the parameter.

public let content: Document

description

public var description: String