```d void test1 (int * X) { // some processing } void test2 (ref int X) { // some processing } ```
Is there a difference in the execution speed and stability when
executing the program by rewriting the parameter of the function
argument like this?
- The effect of ref dokutoku via Digitalmars-d-learn
- Re: The effect of ref Adam D. Ruppe via Digitalmars-d-learn
- Re: The effect of ref ketmar via Digitalmars-d-learn
- Re: The effect of ref mipri via Digitalmars-d-learn