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 3539989 commit 4648a21Copy full SHA for 4648a21
README.md
@@ -88,6 +88,8 @@ If there are any issues with <b>complexity</b> please <b>open an issue</b>
88
| deinit | De-allocates the String |
89
| find | Finds first string literal appearance |
90
| rfind | Finds last string literal appearance |
91
+| includesLiteral | Whether or not the provided literal is in the String |
92
+| includesString | Whether or not the provided String is within the String |
93
| init | Creates a String with an Allocator |
94
| init_with_contents | Creates a String with specified contents |
95
| insert | Inserts a character at an index |
0 commit comments