There was an error while loading. Please reload this page.
public enum Value
Equatable, ExpressibleByBooleanLiteral, ExpressibleByStringLiteral, Hashable
Equatable
ExpressibleByBooleanLiteral
ExpressibleByStringLiteral
Hashable
init(booleanLiteral:)
public init(booleanLiteral value: Bool)
init(stringLiteral:)
public init(stringLiteral value: String)
boolean
case boolean(: Bool)
string
case string(: String)