We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf3d61 commit 81e2cdaCopy full SHA for 81e2cda
Sources/TSCUtility/Context.swift
@@ -0,0 +1,14 @@
1
+/*
2
+ This source file is part of the Swift.org open source project
3
+
4
+ Copyright (c) 2020 Apple Inc. and the Swift project authors
5
+ Licensed under Apache License v2.0 with Runtime Library Exception
6
7
+ See http://swift.org/LICENSE.txt for license information
8
+ See http://swift.org/CONTRIBUTORS.txt for Swift project authors
9
+*/
10
11
+import Foundation
12
13
+/// Typealias for an any typed dictionary for arbitrary usage to store context.
14
+public typealias Context = [ObjectIdentifier: Any]
0 commit comments