Instance Propertypointfreeco.swift-sharing 2.2.0Sharing
id
SharedReader.swift:271var id: Value.ID { get }
var id: Value.ID { get }
s7Sharing12SharedReaderVAAs12IdentifiableRzlE2id2IDQzvp
What are these?4OTTQ
where Value:Identifiable
import Sharing
Instantly share state among your app’s features and external persistence layers, including user defaults, the file system, and more.
@dynamicMemberLookup @propertyWrapper struct SharedReader<Value>
A property wrapper type that shares a read-only value with multiple parts of an application.
associatedtype ID : Hashable
A type representing the stable identity of the entity associated with an instance.
protocol Identifiable<ID>
A class of types whose instances hold the value of an entity with stable identity.