Skip to content

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

Notifications You must be signed in to change notification settings

huntlabs/SmartRef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartRef


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

smart ref:

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