intCount

fun intCount(self: AvailObject): Int

Answer the number of int slots in the passed integer object, which must not be an indirection.

Return

The number of occupied int slots in the object.

Parameters

self

The integer object.