Content deleted Content added
m v2.04b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation) |
No edit summary Tags: Visual edit Mobile edit Mobile web edit |
||
Line 309:
== D ==
In Version 2 of the
The <code>const</code> keyword denotes a non-mutable view of mutable data.
Unlike C++ <code>const</code>, D <code>const</code> and <code>immutable</code> are "deep" or
'''Example of const vs. immutable in D'''
|