o_ReturnerCheckStat

open override fun o_ReturnerCheckStat(self: AvailObject): Statistic

Answer the Statistic used to record the cost of explicitly type checking returns from the raw function. These are also collected into the returnerCheckStatisticsByName, to ensure unloading/reloading a module will reuse the same statistic objects.

Return

A Statistic, creating one if necessary.

Parameters

self

The raw function.