indexOf

Searches for the index of the given argument in range.

Parameters

range A

The range to search in.

Return Value

Type: size_t

The index of the given argument in range or -1 if not found.

Meta