gfx ~reborn (2022-03-31T11:44:27.7929122)
Dub
Repo
makeRc
gfx
core
rc
Helper that build a new instance of T and returns it within a Rc!T
template
makeRc
(T)
Rc
!
T
makeRc
(
Args
...
)
(
Args
args
)
if
(
isAtomicRefCounted
!
T
)
Members
Functions
makeRc
Rc
!
T
makeRc
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
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
Helper that build a new instance of T and returns it within a Rc!T