On 12/05/2017 12:10 PM, Flaze07 wrote: > hey guys why it isn't allowed to have Array!Array!int.. > not that it matters because I can emulate it through Array!int Just how templates work: Array!(Array!int) is valid.