On Sunday, 10 March 2019 at 14:25:56 UTC, spir wrote:
There is a typo in this instruction: T* ptr = this.list.getFisrtFreeOrAdd(memViewLen).getPtr!T(); ^^ rs (may this explain your null? the compiler should complain) diniz
Good catch! But I have the same typo within the definition of the method. I believe DMD screams about undefined method if it happens.