shared and getParameterStorageClasses bug?

Petar Petar
Tue Aug 25 07:16:39 UTC 2020


On Monday, 24 August 2020 at 21:01:30 UTC, Jean-Louis Leroy wrote:
> On Sunday, 23 August 2020 at 21:14:38 UTC, Petar Kirov 
> [ZombineDev] wrote:
>> Hmm, why do you need to extract them in the same fashion? For 
>> use in string mixins?
>
> Yeah, it is related to my attempt to support all the language 
> in my openmethods library.
>
>> If you just want to create a proxy function then simply using 
>> std.traits.Parameters should do the trick.
>
> That's a whole can of worms ;-) I am trying to handle that as 
> well as possible in a part of openmethods that I spun off and 
> donated to bolts (see here 
> https://github.com/aliak00/bolts/blob/master/source/bolts/experimental/refraction.d).

Interesting, so essentially, you need a good solution for your 
refractParameter function, right? I'll try to check the code in 
more detail later and think about it.


More information about the Digitalmars-d mailing list