1 line
1.2 KiB
JavaScript
1 line
1.2 KiB
JavaScript
initSidebarItems({"fn":[["memchr","Search for the first occurrence of a byte in a slice."],["memchr2","Like `memchr`, but searches for either of two bytes instead of just one."],["memchr2_iter","An iterator over all occurrences of the needles in a haystack."],["memchr3","Like `memchr`, but searches for any of three bytes instead of just one."],["memchr3_iter","An iterator over all occurrences of the needles in a haystack."],["memchr_iter","An iterator over all occurrences of the needle in a haystack."],["memrchr","Search for the last occurrence of a byte in a slice."],["memrchr2","Like `memrchr`, but searches for either of two bytes instead of just one."],["memrchr2_iter","An iterator over all occurrences of the needles in a haystack, in reverse."],["memrchr3","Like `memrchr`, but searches for any of three bytes instead of just one."],["memrchr3_iter","An iterator over all occurrences of the needles in a haystack, in reverse."],["memrchr_iter","An iterator over all occurrences of the needle in a haystack, in reverse."]],"mod":[["memmem","This module provides forward and reverse substring search routines."]],"struct":[["Memchr","An iterator for `memchr`."],["Memchr2","An iterator for `memchr2`."],["Memchr3","An iterator for `memchr3`."]]}); |