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 02d7ec2 commit 772e066Copy full SHA for 772e066
docs/EmbeddedSwift/UserManual.md
@@ -136,6 +136,7 @@ $ ld ... -o binary output.o $(dirname `which swiftc`)/../lib/swift/embedded/armv
136
**Unicode data tables are required for (list not exhaustive):**
137
138
- Comparing String objects for equality
139
+- Sorting Strings
140
- Using String's hash values, and in particular using String as dictionary keys
141
- Using String's .count property
142
- Using Unicode-aware string processing APIs (.split(), iterating characters, indexing)
0 commit comments