crimild
crimild copied to clipboard
Create `Identifiable` policy class
I'm considering creating an Identifiable (alt: Unique, UniquelyIdentifiable) providing the abstraction for getting a UniqueID. This class should be part of the Crimild/Foundation package. Right now, UniqueID is part of Crimild/Coding and an internal type of Codable which doesn't make much sense anymore given the importance of having a tool for getting an unique ID for any object.