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 2c157ce commit 69fb61bCopy full SHA for 69fb61b
text/0000-symbol-name-mangling-v2.md
@@ -473,11 +473,13 @@ Mangled names conform to the following grammar:
473
"u" // Unadjusted
474
)
475
476
-<disambiguator> = "s" [<base-62-digit>] "_"
+// <base-62-number> uses 0-9-a-z-A-Z as digits, i.e. 'a' is decimal 10 and
477
+// 'Z' is decimal 61.
478
+<disambiguator> = "s" [<base-62-number>] "_"
479
480
<generic-arguments> = "I" {<type>} "E"
481
-<substitution> = "S" [<base-62-digit>] "_"
482
+<substitution> = "S" [<base-62-number>] "_"
483
484
// We use <path-prefix> here, so that we don't have to add a special rule for
485
// compression. In practice, only <identifier> is expected.
0 commit comments