Search

November 13
Issues »
...AllMembersInModule!MODULE) {
        }
}

alias AllMembers = AllMembersInModule!(__traits(parent, {}));
mixin t;
```

The issue here is a typo...
November 11
Issues »
...ref Member) {}
    }

    mixin listOpAssign!Member;
    pragma(msg, "");

    static struct S { Member member; }
    mixin listOpAssign!S...
November 08
Announce »
...aside for ‘private use’ like this.

The mixin template there is just for shared code...
November 03
Announce »
...opt for a regular struct instead of mixin, though.

I think it's worth noting...
November 02
Announce »
...struct Caret{ Vec2!float pos; float height; }

mixin template SharedTextLayoutStuff(Text){
	Text text;
	RedBlackTree!(LayoutStyleRange...
October 25
Announce »
...enough of GObject's macros into string mixin generators that you can sub-class Pango...
October 23
Issues »
...d probably need to use a string mixin to generate the appropriate constructor with all...
October 21
Learn »
...or I'll default back to generating the list programmatically to feed into the mixin.
October 19
Learn »
...given base class) to use in a mixin?

Longer version:

Hi! I'm essentially trying...
October 15
Learn »
...js_std_funcs = [
    mixin(JS_CFUNC_DEF!(`"exit"`, `1`, `js_std_exit` )),
    mixin(JS_CFUNC...
1 2 3
Next ›   Last »