myfunc(myObj o, myType m = o.getmyTypeValue()){...}
The compiler complains, that o is an undefined identifier. -- Robert M. Münch http://www.saphirion.com smarter | better | faster
Robert M. Münch via Digitalmars-d-learn Sat, 25 May 2019 09:30:49 -0700
myfunc(myObj o, myType m = o.getmyTypeValue()){...}
The compiler complains, that o is an undefined identifier. -- Robert M. Münch http://www.saphirion.com smarter | better | faster