var searchIndex = new Map(JSON.parse('[\
["chain_lib",{"doc":"","t":"CHHHHH","n":["calculator","try_add","try_div","try_mod","try_mul","try_sub"],"q":[[0,"chain_lib"],[1,"chain_lib::calculator"],[6,"core::option"]],"d":["pub mod calculator;
is a Rust code snippet that declares a …","The function try_add
in Rust attempts to add two u128
…","The function try_div
in Rust attempts to divide two u128
…","This Rust function calculates the remainder of dividing …","The function try_mul
in Rust attempts to multiply two u128
…","The function try_sub
in Rust attempts to subtract two u128
…"],"i":[0,0,0,0,0,0],"f":[0,[[1,1],[[2,[1]]]],[[1,1],[[2,[1]]]],[[1,1],[[2,[1]]]],[[1,1],[[2,[1]]]],[[1,1],[[2,[1]]]]],"c":[],"p":[[1,"u128"],[6,"Option",6]],"b":[]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);