init(forConstantValue:)
Creates an expression that represents a specified constant value.
Declaration
init(forConstantValue obj: Any?)Parameters
- obj:
The constant value the new expression is to represent.
Return Value
A new expression that represents the constant value, obj.