Make all functions from std.typecons "Proxy" inout

sclytrack sclytrack at iq87.fr
Fri May 11 02:51:48 PDT 2012


> struct S
> {
> void f() {}
> void f() const{}
> void f() immutable {}
> void f() shared {}
> void f() shared const {}
> }
> struct Proxy(T)
> {
> T o;
>


I'm new to the concept of "shared const". What is the difference when 
comparing to "immutable"?



More information about the Digitalmars-d-learn mailing list