GC.weakpointerGet

Query a weak pointer and return either the object passed to weakpointerCreate, or null if it was free'd in the meantime. If null is passed, null is returned.

class GC
final
weakpointerGet
(
void* p
)

Meta