Callum Anderson

Results 2 comments of Callum Anderson

I had some issue with this in dabble, i.e.: ``` input: auto a = appender!string; re-write: typeof(appender!string) a; // error: expression (appender!string) has no type ``` I ended up using...

Yeh I really like the template approach, my own abstraction was not well thought out. Let's do it. My headaches when writing this initially were about pixel formats and how...