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.
- Host: GitHub
- URL: https://github.com/huntlabs/smartref
- Owner: huntlabs
- Created: 2017-01-04T10:44:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T11:06:00.000Z (over 9 years ago)
- Last Synced: 2025-09-13T17:02:26.274Z (9 months ago)
- Topics: d, dlang
- Language: D
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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