o_BitsPerEntry

abstract fun o_BitsPerEntry(self: AvailObject): Int

For this tuple, estimate how many bits of memory per element are consumed by its current representation. This is used to determine which of two representations is more efficient, in the case that equal tuples have been compared, and either one can be converted into an indirection to the other.

Parameters

self

A tuple.