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 62f3888 commit 9020753Copy full SHA for 9020753
README.md
@@ -22,6 +22,10 @@ Tree-query is written in [Dlang](https://dlang.org) but don't let that put you o
22
23
If you have any questions on D, feel free to go to #d on freenode or D Forums. People are very nice.
24
25
+### Internals
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
### Notes
30
31
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