We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)