Repository_Attributes_Value - SwiftDocOrg/Git GitHub Wiki
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)