auto a = AA!(string, int, shared Mallocator)(Mallocator.instance);Sure hope a factory to do IFTI is available? So that the following works:auto a = aa!(string, int)(Mallocator.instance); // 3rd CT param is deduced
Just added to master branch) Thanks!