Find the index (zero-based) of the last item whose value is value in the vector.
value
Returns -1 if the item does not exist.
// PROTOTYPE int lastIndexOf(const T& value) const;