Bill Baxter wrote: > (Of course Policy based design is not as useful in D because there's no > multiple inheritance -- maybe Andrei can comment more on alternatives ;-) ) Actually, you can probably implement it with alias template parameters and mixins. (Pass templates by alias and mix them in)