Daniel Keep wrote: > Just realised; if that version of gdc only implements D v1.007, you > might need to try "inout" instead of "ref". > That worked, but now I'm confused... isn't inout the default way of passing parameters into functions? I thought inout was assumed.