Key
public struct Key<Value> where Value : AnyObject
Token used to index into the thread local storage.
-
The thread-local value associated with
self.Declaration
Swift
public var localValue: Value? { get nonmutating set }
View on GitHub
Key Structure Reference