yu ~master (2022-05-22T03:16:59.2320507)
Dub
Repo
gcFree
yu
memory
gc
Undocumented in source. Be warned that the author may not have intended to support it.
void
gcFree
(T obj)
pragma(
inline
, true)
void
gcFree
(
T
)
(
T
obj
)
if
(
is
(
T
== class) ||
is
(
T
== interface)
)
void
gcFree
(T* obj)
void
gcFree
(void[] obj, bool index)
Meta
Source
See Implementation
yu
memory
gc
functions
gcFree