Type Definition ShareId
objc_id
type ShareId<T> = Id<T, Shared>;
A convenient alias for a shared Id.
Id