Comment #0 by andrej.mitrovich — 2010-08-31T08:18:35Z
Just two corrections needed:
"Mixins can add virtual functions to a class:"
- Change writefln to writeln in the code example
"This example uses a mixin to implement a generic Duff's device"
- Change writefln to writeln in the code example
Comment #1 by andrej.mitrovich — 2011-05-19T22:27:27Z
They'll both work fine with writefln so there's no need to change this.