On Friday, 22 August 2014 at 17:08:39 UTC, Vladimir Panteleev
wrote:
On Friday, 22 August 2014 at 08:47:23 UTC, Uranuz wrote:
In my project I have sort of complicated logic to implement
data structure that is somehow similar to std.typecons.Tuple.
I can't reproduce it, because I can't locate th
On Friday, 22 August 2014 at 08:47:23 UTC, Uranuz wrote:
In my project I have sort of complicated logic to implement
data structure that is somehow similar to std.typecons.Tuple. I
can't reproduce it, because I can't locate the source of bug.
You could try using DustMite:
https://github.com/C
I believe it should work (it is no different from foreach(elem;
myLib.Symbols) which works), but there are better experts on such
topics hanging around.
In my project I have sort of complicated logic to implement data
structure that is somehow similar to std.typecons.Tuple. I can't
reproduce it, because I can't locate the source of bug. My code
is like this but have more nested template "calls".
import std.stdio, std.typetuple;
struct MyLib(A