On Tuesday, 5 December 2017 at 19:09:50 UTC, Adam D. Ruppe wrote:[...]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;
Is Item public in your package?
