how to definition a non-const pointer that point a const var.
lili
akozhao at tencent.com
Sat Aug 24 04:14:56 UTC 2019
Hi:
In C we can definition const int *ncp_to_cv;
or int * const cp_to_ncv;
How to do this in D.
More information about the Digitalmars-d-learn
mailing list