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.
Option<char>
1 parent 89fef8c commit f2888bbCopy full SHA for f2888bb
guide/src/reference/types/char.md
@@ -2,7 +2,7 @@
2
3
| `T` parameter | `&T` parameter | `&mut T` parameter | `T` return value | `Option<T>` parameter | `Option<T>` return value | JavaScript representation |
4
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
5
-| Yes | No | No | Yes | No | No | A JavaScript string value |
+| Yes | No | No | Yes | Yes | Yes | A JavaScript string value |
6
7
Since JavaScript doesn't have a character type, `char` is represented as a JavaScript string with one Unicode code point.
8
0 commit comments