We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A computed variable or computed property accessor.
public struct Accessor: Hashable, Codable
Codable, ExpressibleBySyntax, Hashable
Codable
ExpressibleBySyntax
Hashable
init?(_:)
public init?(_ node: AccessorDeclSyntax)
attributes
The accessor attributes.
let attributes: [Attribute]
modifier
The accessor modifiers.
let modifier: Modifier?
kind
The kind of accessor.
let kind: Kind?
accessors(from:)
public static func accessors(from node: AccessorBlockSyntax?) -> [Variable.Accessor]