gfx v0.1.0 (2018-12-16T20:49:04Z)
Dub
Repo
Uniq.dispose
gfx
core
rc
Uniq
Explicitely ispose the underlying resource.
struct
Uniq
(T)
void
dispose
(
)
if
(
is
(
T
:
Disposable
) &&
!
hasMemberFunc
!(
T
, "release")
)
Meta
Source
See Implementation
gfx
core
rc
Uniq
aliases
Resource
constructors
this
destructors
~this
functions
assigned
dispose
opAssign
opCast
release
postblits
this(this)
properties
obj
Explicitely ispose the underlying resource.