Identifiable

public protocol Identifiable

Conform to Identifiable protocol in uniquely identified objects you want to store in a UserDefaultsStore.

  • ID

    ID type.

    Declaration

    Swift

    associatedtype ID : Hashable
  • Id Key.

    Declaration

    Swift

    static var idKey: WritableKeyPath<Self, ID> { get }