isIntTuple

abstract val isIntTuple: Boolean

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

Return

true if the receiver is easily determined to be an int tuple, false otherwise.