Discussion 議論
Use this method to get a string that represents the color. The print(_:
function uses this property to get a string representing an instance:
print(Color.red)
// Prints "red"
Availability 有効性
Technology
var description: String
{ get }
Use this method to get a string that represents the color. The print(_:
function uses this property to get a string representing an instance:
print(Color.red)
// Prints "red"