On 5/3/12, Andrej Mitrovic <andrej.mitrovich at gmail.com> wrote: > import std.stdio; > > struct Foo > { > int[] hash; > } Sorry that should have been int[int] there.