adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
531 stars 125 forks source link

Fix for issue #380 #382

Closed DannyArends closed 1 year ago

DannyArends commented 1 year ago

Function type does not match previously declared function (StackTraceElement ctor), fixed this by swapping the T this and Parameters!method args of the implementation function.

adamdruppe commented 1 year ago

oh maybe this is special because it is a constructor. well if ti works let's go ahead and merge it