gfx ~reborn (2022-03-31T11:44:27.7929122)
Dub
Repo
makeUniq
gfx
core
rc
Creates a new instance of
T
and returns it under a
Uniq
!
T
.
template
makeUniq
(T)
static if
(
false
)
Uniq
!
T
makeUniq
(
Args
...
)
(
Args
args
)
if
(
is
(
T
:
Disposable
)
)
Members
Functions
makeUniq
Uniq
!
T
makeUniq
(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
Creates a new instance of T and returns it under a Uniq!T.