gfx ~reborn (2022-03-31T11:44:27.7929122)
Dub
Repo
retainObj
gfx
core
rc
Retains a single object. Useful for shared-agnostic generic code.
T
retainObj
(
T
)
(
T
obj
)
if
(
isAtomicRefCounted
!
T
)
Meta
Source
See Implementation
gfx
core
rc
enums
isAtomicRefCounted
functions
countObj
disposeArray
lockObj
reinitArray
releaseArray
releaseObj
retainArray
retainObj
interfaces
AtomicRefCounted
Disposable
manifest constants
atomicRcCode
properties
nullRc
structs
Rc
Uniq
Weak
templates
makeRc
makeUniq
rc
Retains a single object. Useful for shared-agnostic generic code.