This commit is contained in:
rzmk 2023-09-19 04:11:52 +00:00
commit 1c3b077712
53 changed files with 999 additions and 0 deletions

5
search-index.js Normal file
View file

@ -0,0 +1,5 @@
var searchIndex = JSON.parse('{\
"ladderz":{"doc":"Non-production implementations of mathematical and …","t":"AAF","n":["pre_algebra","unit1","get_factor_pairs"],"q":[[0,"ladderz"],[1,"ladderz::pre_algebra"],[2,"ladderz::pre_algebra::unit1"]],"d":["Various pre-algebra implementations including multiples …","Factors and multiples","Generates a <code>HashSet</code> of factor pairs for a given positive …"],"i":[0,0,0],"f":[0,0,[1,2]],"c":[],"p":[[15,"u32"],[3,"HashSet"]]}\
}');
if (typeof window !== 'undefined' && window.initSearch) {window.initSearch(searchIndex)};
if (typeof exports !== 'undefined') {exports.searchIndex = searchIndex};