search_n() Searches for the first n consecutive elements with certain
properties
531
search() Searches for the first occurrence of a subrange 534
find_end() Searches for the last occurrence of a subrange 537
find_first_of() Searches the first of several possible elements 539
adjacent_find() Searches for two adjacent elements that are equal (by some
criterion)