On Tuesday, 5 November 2013 at 00:16:11 UTC, deadalnix wrote: > > I'm not sure what DMD is trying to do, but the function call to > writefln is clearly wrong. Strange bug. FWIW adding a constructor `this(immutable(int)[] data) { _data = data; }` seems to be a workaround. Thanks Dan