gl3n
gl3n copied to clipboard
Mark most things as explicitly @nogc
As the library looks like it should be possible to mark everything as @nogc, perhaps it would be a good idea to actually do so? This would give the extra assurance that the library is perfect for use in an environment where the GC is the enemy.