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 7cfc7cf commit 328b39cCopy full SHA for 328b39c
src/dmd/interop.d
@@ -27,3 +27,5 @@ extern (C++) struct Darray(T)
27
}
28
29
alias Dstring = Darray!char;
30
+alias Dcstring = Darray!(const(char));
31
+
0 commit comments