Just use the description
property of CustomStringConvertible
as
Note: Prior to Swift 3 (or perhaps before), CustomStringConvertible
was known as Printable
.
Just use the description
property of CustomStringConvertible
as
Note: Prior to Swift 3 (or perhaps before), CustomStringConvertible
was known as Printable
.