Hello,
I'd like to use containers in @safe code, but, for example
cannot call @system function containers.unrolledlist.UnrolledList!(int, Mallocator, false, 64LU).UnrolledList.popFront
Is there something I can do with this or any chances to have @safe contaners?
Thanks!
Hello,
I'd like to use containers in
@safecode, but, for examplecannot call @system function containers.unrolledlist.UnrolledList!(int, Mallocator, false, 64LU).UnrolledList.popFrontIs there something I can do with this or any chances to have
@safecontaners?Thanks!