gfx v0.1.0 (2018-12-16T20:49:04Z)
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
disposeAA
disposeArr
disposeObj
giveAwayObj
lockObj
reinitAA
reinitArr
reinitStruct
releaseAA
releaseArr
releaseObj
retainAA
retainArr
retainObj
interfaces
AtomicRefCounted
Disposable
manifest constants
atomicRcCode
gfxRcMask
properties
nullRc
static variables
rcPrintStack
rcTypeRegex
structs
Rc
Uniq
Weak
templates
makeRc
makeUniq
rc
variables
gfxRcLog
Creates a new instance of T and returns it under a Uniq!T.