Begin reference counting an existing item
Create a new item and reference count it
Copy
Assign from an l-value RefCount
Expose array's opSlice and opIndex
Expose item's opSlice and opIndex
Expose array's opSlice and opIndex
Expose item's opSlice and opIndex
Expose array's opSlice and opIndex
Expose item's opSlice and opIndex
Dereference the RefCount and access the contained item
A heap allocated struct which contains the item and number of references
Reference count for item of type T. Intended for use with interfaces, classes, pointers to structs, and arrays.