blob: 5441ea91bfa30cf80281cb36b5576d2ee9e4bdb0 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"enum":[["Prefilter","Prefilter controls whether heuristics are used to accelerate searching."]],"fn":[["find","Returns the index of the first occurrence of the given needle."],["find_iter","Returns an iterator over all non-overlapping occurrences of a substring in a haystack."],["rfind","Returns the index of the last occurrence of the given needle."],["rfind_iter","Returns a reverse iterator over all non-overlapping occurrences of a substring in a haystack."]],"struct":[["FindIter","An iterator over non-overlapping substring matches."],["FindRevIter","An iterator over non-overlapping substring matches in reverse."],["Finder","A single substring searcher fixed to a particular needle."],["FinderBuilder","A builder for constructing non-default forward or reverse memmem finders."],["FinderRev","A single substring reverse searcher fixed to a particular needle."]]};