Function

struct Function

The documented shape of a function declaration.

Properties

let signature: String

The complete source-spelled declaration header without visibility.

let name: String

The source-spelled function name.

let generics: [DocumentableID]

The generic parameters in declaration order.