:: a -> [a] -> Int package:MissingH

Returns a count of the number of times the given element occured in the given list.
Like elemRIndex, but returns -1 if there is nothing found.
Returns the rightmost index of the given element in the given list.