Value
public enum Value : Equatable
Undocumented
-
Undocumented
Declaration
Swift
case string(String) -
Undocumented
Declaration
Swift
case double(Double) -
Undocumented
Declaration
Swift
case boolean(Bool) -
Undocumented
Declaration
Swift
case integer(Int) -
Undocumented
Declaration
Swift
case data(Data)
View on GitHub
Value Enumeration Reference