Lines Matching refs:init
661 /// * `init` A function returning the initial value.
691 mut init: H,
702 let mut res = init();
736 /// * `init` A function returning the initial value.
767 mut init: H,
779 let init = init();
784 let mut acc = g(init, o1);
822 /// * `init` A function returning the initial value.
858 mut init: H,
873 let mut acc = init();