isLongTuple

open override val isLongTuple: Boolean

Is the receiver an Avail LongTupleDescriptor? This is conservative, in that some object tuples may only contain longs but not be reported as being long tuples.

Return

true if the receiver is easily determined to be a long tuple, false otherwise.