tuple Elements In Range Are Instances Of
fun A_Tuple.tupleElementsInRangeAreInstancesOf( startIndex: Int, endIndex: Int, type: A_Type): Boolean
Content copied to clipboard
Determine whether the specified elements of this tuple each conform to the specified type.
Return
Whether all the elements are of that type.
Parameters
start Index
The first index to check.
end Index
The last index to check.
type
The type to check the elements against.