Re: Simple Function Parameter question...
Adam D. Ruppe via Digitalmars-d-learn Tue, 04 Oct 2016 06:21:06 -0700
I'd put your repeated variables together in a struct, then pass
it around to the functions. At least then you pass just one param
at a time, without losing the info.
- Simple Function Parameter question..... brian via Digitalmars-d-learn
- Re: Simple Function Parameter q... Adam D. Ruppe via Digitalmars-d-learn
- Re: Simple Function Paramet... brian via Digitalmars-d-learn