Deregister the current thread from LWDR. + If this thread was not registered, it will cause unknown behaviour. + This will deallocate TLS memory for this thread. +
Finalise (if possible) and deallocate dynamic array arr
Deallocate ptr
Finalise (if possible) and deallocate struct pointed to by ptr.
Deallocate the context for a delegate. If the pointer isn't valid, then no action is taken. Hence, it is safe to call this for all types of delegate context types.
Register the current thread with LWDR. + This will perform the necessary TLS allocations for this thread. +
Start the runtime. Must be called once per process and before any runtime functionality is used!
Stop the runtime. Must be called once per process after all D code has exited.
A static class by which to interface with core features of LWDR.