digitalmars.D - Const/ReadOnly template
- Craig Black (5/5) Jan 25 2006 I am aware that D does not provide const method parameters like C++ does...
I am aware that D does not provide const method parameters like C++ does. However, it would seem very reasonable to me that this could be done with a Const or ReadOnly template. Just allow read only access to the data. Maybe someone that is good with D templates could do this. -Craig
Jan 25 2006