RC

Members

Aliases

affix
alias affix = AffixAllocator!(Mallocator, size_t, size_t).instance

Static functions

decRef
auto decRef(T p)
incRef
auto incRef(T p)
make
auto make(A args)
makeArray
T[] makeArray(size_t length)
makeArray
T[] makeArray(size_t length, T init)
refCount
size_t refCount(T p)
refCount
size_t refCount(T* p)
refCount
size_t refCount(T[] arr)

Static variables

affixObj
IAllocator affixObj;

Meta