On 2014-05-19 16:45, Dylan Knutson wrote:
I've played around with making things structs a bit more, and have modified regal to have Table and Sql be structs (by having Sql and the generic Node class wrapped in a tagged union). Making Table a struct was just a matter of putting some common methods in a template mixin, and mixin'ing that where appropriate.New version is at ~master on github and code.dlang.org
Cool. -- /Jacob Carlborg