lwdr.refcount

Undocumented in source.

Members

Enums

isRefCountable
eponymoustemplate isRefCountable(T)

Detects if a type is ref countable (is an interface, class, pointer or dynamic array)

Structs

RefCount
struct RefCount(T)

Reference count for item of type T. Intended for use with interfaces, classes, pointers to structs, and arrays.

Meta