gfx ~reborn (2022-03-31T11:44:27.7929122)
Dub
Repo
disposeArray
gfx
core
rc
Dispose GC allocated associative array of resources
void
disposeArray
(T[] arr)
void
disposeArray
(T[K] arr)
void
disposeArray
(
T
K
)
(
ref
T
[
K
]
arr
)
if
(
is
(
T
:
Disposable
) &&
!
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
Dispose GC allocated associative array of resources