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 9020753 commit 6cdcc3eCopy full SHA for 6cdcc3e
README.md
@@ -26,6 +26,8 @@ If you have any questions on D, feel free to go to #d on freenode or D Forums. P
26
27
I've spent some time writing doc comments inside the code. They provide a conceptual explanation of how the system works. Look for `/**` and `/++`.
28
29
+Inside the unittests, there's an example guide on using `parser.d` as a library to build a Markdown to XML converter.
30
+
31
### Notes
32
33
A string in D is a reference to a region of immutable memory. It is a length and a pointer. For this reason, it is is very efficient to copy.
0 commit comments