Re: Mixin programming foreach

2021-09-27 Thread Dga123 via Digitalmars-d-learn
On Monday, 27 September 2021 at 16:59:16 UTC, eXodiquas wrote: But my last question still stands, how do I build functions that can work with those vectors because the type of those vectors is created at compile time. Here's another approach allowing to have a more obvious declaration name:

Re: Mixin programming foreach

2021-09-27 Thread Dga123 via Digitalmars-d-learn
On Monday, 27 September 2021 at 16:23:50 UTC, eXodiquas wrote: Howdy ho everyone, I found this forum very helpful for my (maybe) stupid questions, so I give it a try again because I don't understand what's happening here. [...] But nevertheless, I copied the code and changed it a bit to some