gfx ~bindings (2022-04-13T08:35:15.7633411)
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
aliases
GfxRefCounted
enums
isAtomicRefCounted
isNonAtomicRefCounted
isRefCounted
functions
disposeArray
reinitArray
releaseArray
retainArray
interfaces
AtomicRefCounted
Disposable
RefCounted
manifest constants
atomicRcCode
gfxRcCode
mixedRcCode
rcCode
properties
nullRc
structs
Rc
Uniq
Weak
templates
RcHack
makeRc
makeUniq
rc
Creates a new instance of T and returns it under a Uniq!T.