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
The bindings support allocators but the wrapper API does not. It should be possible to write a @nogc function that doesn't allocate on the GC heap returning, e.g. a string.
The text was updated successfully, but these errors were encountered:
The bindings support allocators but the wrapper API does not. It should be possible to write a
@nogc
function that doesn't allocate on the GC heap returning, e.g. a string.The text was updated successfully, but these errors were encountered: