WeakReferenceArray.opIndex

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

class WeakReferenceArray(T)
inout nothrow
inout(T)
opIndex
(
in size_t i
)

Meta