You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: