Skip to content

Commit 68fbc75

Browse files
authored
Merge pull request swiftlang#81147 from swiftlang/mracek/embedded-docs8
[embedded] Update EmbeddedSwiftStatus.md about int parsing and lazy collections
2 parents 3437609 + 61e818b commit 68fbc75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/EmbeddedSwift/EmbeddedSwiftStatus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ This status table describes which of the following standard library features can
4444
| Hashable, Equatable, Comparable protocols | Yes |
4545
| InputStream, OutputStream | No |
4646
| Integer conversion to string | Yes |
47-
| Integer parsing | No |
47+
| Integer parsing | Yes |
4848
| KeyPaths | Partial (only compile-time constant key paths to stored properties supported, only usable in MemoryLayout and UnsafePointer APIs) |
49-
| Lazy collections | No |
49+
| Lazy collections | Yes |
5050
| ManagedBuffer | Yes |
5151
| Mirror (runtime reflection) | No, intentionally unsupported long-term |
5252
| Objective-C bridging | No, intentionally unsupported long-term |
5353
| Optional | Yes |
54-
| print / debugPrint | Partial (only String, string interpolation, StaticStrings, integers, pointers and booleans) |
54+
| print / debugPrint | Partial (only String, string interpolation, StaticStrings, integers, pointers and booleans, and custom types that are CustomStringConvertible) |
5555
| Range, ClosedRange, Stride | Yes |
5656
| Result | Yes |
5757
| Set (dynamic heap-allocated container) | Yes |

0 commit comments

Comments
 (0)