Identifiable

protocol Identifiable

A class of types whose instances hold the value of an entity with stable identity.

Associated Types
associatedtype ID

Instance Variables

var id Required

The stable identity of the entity associated with self.

Declaration

var id: Self.ID