Syntax
Get familiarized with the pointer syntax in D.
We'll cover the following...
The pointer syntax of D is almost the same as in C. Although this can be seen as an advantage, the peculiarities of C’s pointer syntax are also inherited by D For example, the different meanings of the *
character may be confusing.
With the exception ...