Instance Property (Default implementation)pointfreeco.swift-sharing 2.2.0Sharing
id
SharedReaderKey.swift:46var id: ID { get }
var id: ID { get }
where Self == Self.ID
import Sharing
Instantly share state among your app’s features and external persistence layers, including user defaults, the file system, and more.
protocol SharedReaderKey<Value> : Sendable
A type that can load and subscribe to state in an external system.
associatedtype ID : Hashable = Self
A type representing the hashable identity of a shared key.
var id: ID { get }
The hashable identity of a shared key.