Enumeration
Variable.Accessor.Kind
public enum Kind
The kind of accessor (get
or set
).
Relationships
Member Of
Variable.Accessor
A computed variable or computed property accessor.
Conforms To
Codable
Hashable
String
Enumeration Cases
get
case get
A getter that returns a value.
set
case set
A setter that sets a value.