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

Variable_Accessor_Kind

mattt edited this page Jan 26, 2020 · 6 revisions

Variable.Accessor.Kind

The kind of accessor (get or set).

public enum Kind

Inheritance

String, Hashable, Codable

Enumeration Cases

get

A getter that returns a value.

case get

set

A setter that sets a value.

case set
Clone this wiki locally