An open API service indexing awesome lists of open source software.

https://github.com/huntlabs/smartref

smart ptr in D. Base std.experimental.allocator.
https://github.com/huntlabs/smartref

d dlang

Last synced: 4 months ago
JSON representation

smart ptr in D. Base std.experimental.allocator.

Awesome Lists containing this project

README

          

# SmartRef
------------------------------
smart ptr in D. Base std.experimental.allocator.
## smart ref:
* ISharedRef : ref count pointer.
* IWeakRef : weak ref count pointer.
* IScopedRef : the Unique pointer