Some help on Mixin Template at Class level.

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon May 23 01:33:49 PDT 2011


On 5/23/11, Matthew Ong <ongbp at yahoo.com> wrote:
> Someone also pointed out:
>
> template mydef(string name){
> }
>
> mixin(mydef!("abc"));
>
> The above are NOT shown up left hand side of that when we click on
> Language Reference

You're probably looking for this:

http://www.digitalmars.com/d/2.0/mixin.html


More information about the Digitalmars-d-learn mailing list