A value that represents raw data.
SDKs
- Xcode 10.2+
- Swift Playgrounds 2.0+
Framework
- Playground Support
Declaration
case data(Data)
A value that represents raw data.
SDKs
Framework
case data(Data)
case boolean(Bool)
A value that represents a Boolean.
case date(Date)
A value that represents a date.
case floating Point(Double)
A value that represents a floating-point number.
case integer(Int)
A value that represents an integer.
case string(String)
A value that represents a string.