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

Function_Signature

mattt edited this page Feb 7, 2020 · 8 revisions

Function.Signature

A function signature.

public struct Signature: Hashable, Codable

Inheritance

Codable, Hashable

Nested Types

Function.Signature.Parameter

Properties

throwsOrRethrowsKeyword

The throws or rethrows keyword, if any.

let throwsOrRethrowsKeyword: String?

input

The function inputs.

let input: [Parameter]

output

The function output, if any.

let output: String?
Clone this wiki locally