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

Repository_Attributes_Value

mattt edited this page Aug 20, 2020 · 1 revision

Repository.Attributes.Value

public enum Value

Inheritance

Equatable, ExpressibleByBooleanLiteral, ExpressibleByStringLiteral, Hashable

Initializers

init(booleanLiteral:​)

public init(booleanLiteral value:​ Bool)

init(stringLiteral:​)

public init(stringLiteral value:​ String)

Enumeration Cases

boolean

case boolean(:​ Bool)

string

case string(:​ String)
Clone this wiki locally