What is the difference between...

Janice Caron caron at serenityfirefly.com
Fri Sep 7 04:19:04 PDT 2007


Even more simply put, what is the difference between:

(1) void f(const int x)
(2) void f(const(int) x)
(3) void f(const const(int) x)

Just trying to get my head around this!



More information about the Digitalmars-d mailing list