lastIndexOf

Searches for the last index of the given argument in range.

Parameters

range A

The range to search in.

Return Value

Type: size_t

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

Meta