Initial docs commit

This commit is contained in:
Uttarayan Mondal
2021-03-15 01:27:34 +05:30
commit d5ecda4c73
20211 changed files with 1370362 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
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."]],"struct":[["Memchr","An iterator for `memchr`."],["Memchr2","An iterator for `memchr2`."],["Memchr3","An iterator for `memchr3`."]]});