FutureProg functions

collectionisvalidindex

Collections · computer function, computer program, standard futureprog

Boolean collectionisvalidindex(Void Collection collection, Number index)
Contexts: computer function, computer program, standard futureprog
Returns true if the supplied zero-based index points at an item in the collection.
collection: The collection to inspect or transform
index: The zero-based index to test

← Back to FutureProg functions