Skip to content

Commit 0914496

Browse files
committed
[cxx-interop] update status docs for reverse experimental String and Array support
1 parent 8b4b397 commit 0914496

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/CppInteroperability/CppInteroperabilityStatus.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,12 @@ This status table describes which of the following Swift language features have
198198
| Generic `struct` types | Partially, only without generic constraints and less than 4 generic parameters |
199199
| Generic `enum` types | No |
200200
| 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++ |

0 commit comments

Comments
 (0)