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

Variable_Accessor_Kind

Mattt edited this page Aug 2, 2020 · 6 revisions

Variable.Accessor.Kind

The kind of accessor (get or set).

public enum Kind

Inheritance

Codable, Hashable, String

Enumeration Cases

get

A getter that returns a value.

case get

set

A setter that sets a value.

case set
Clone this wiki locally