UniquelyIdentifiable
public protocol UniquelyIdentifiable
Items conforming to this have an unchanging ID which can be used to locate them again in lists.
-
Undocumented
Declaration
Swift
var uniqueID: String { get }