[][src]Function rosy::gc::latest_info_unchecked

pub unsafe fn latest_info_unchecked(key: impl GcInfoKey) -> AnyObject

Returns the latest information regarding key with respect to the garbage collector.

Safety

An exception may be raised if key is unknown.