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

Parameter

mattt edited this page Mar 5, 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.

let name: String

content

The documentation content for the parameter.

let content: Document

description

var description: String

Clone this wiki locally