tupleElementsInRangeAreInstancesOf

fun A_Tuple.tupleElementsInRangeAreInstancesOf(    startIndex: Int,     endIndex: Int,     type: A_Type): Boolean

Determine whether the specified elements of this tuple each conform to the specified type.

Return

Whether all the elements are of that type.

Parameters

startIndex

The first index to check.

endIndex

The last index to check.

type

The type to check the elements against.