rend

Returns an iterator that is equivalent to

  reverse_iterator(begin()).  
  reverse_iterator rend();
  const_reverse_iterator rend() const;