sharedref

A minimal D application.


Keywords
library, generic, d, dlang
License
Other
Install
dub fetch sharedref --version 0.0.1

Documentation

SmartRef


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

smart ref:

  • ISharedRef : ref count pointer.
  • IWeakRef : weak ref count pointer.
  • IScopedRef : the Unique pointer