Ok, so that worked. I still have the problem with importing though:mypackage: Item seems to generate the error: "Error: undefined identifier 'Item'"Which is weird, because I'm able to bring in Array through std.container.array: Array;
mypackage.mymodule : Item;
