WeakReference.target

Returns referenced object if it isn't finalized thus creating a strong reference to it. Returns null otherwise.

class WeakReference(T)
@property inout nothrow
inout(T)
target
()

Meta