RefCounted._get

Get a reference to the item. Note that if you store a reference to this item, it is possible the item will in the future be destroyed, but the memory will still be present (until the GC cleans it up).

struct RefCounted(T)
ref return
T
_get
()

Meta