[][src]Type Definition objc_id::ShareId

type ShareId<T> = Id<T, Shared>;

A convenient alias for a shared Id.