File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -198,3 +198,12 @@ This status table describes which of the following Swift language features have
198
198
| Generic ` struct ` types | Partially, only without generic constraints and less than 4 generic parameters |
199
199
| Generic ` enum ` types | No |
200
200
| Generic ` class ` types | No |
201
+
202
+ ### Swift standard library
203
+
204
+ This status table describes which of the following Swift standard library APIs have some experimental support for using them in C++.
205
+
206
+ | ** Swift Library Type** | ** Can be used from C++** |
207
+ | --------------------------------| ----------------------------------------------------------|
208
+ | ` String ` | Can be used as a type in C++. APIs in extensions are not exposed to C++ |
209
+ | ` Array<T> ` | Can be used as a type in C++. APIs in extensions are not exposed to C++ |
You can’t perform that action at this time.
0 commit comments