var searchIndex = {}; searchIndex["options_results"] = {"doc":"","items":[[8,"OptionIter","options_results","Add some methods for the iterator of `Option`.",null,null],[11,"unwrap","","Create an iterator which yields the unwrapped value as the next value. (`Unwrap::next()` will panic if the value is `None`.)",0,{"inputs":[{"name":"self"}],"output":{"name":"unwrap"}}],[11,"unwrap_or","","Create an iterator which yields the unwrapped value or a default as the next value.",0,null],[11,"count_some","","Count the number of `Some(_)` in this iterator.",0,{"inputs":[{"name":"self"}],"output":{"name":"usize"}}],[11,"find_some","","Searches for an element of an iterator that the value is `Some(_)`. If each element of the iterator all equal `None`, it returns `None`.",0,{"inputs":[{"name":"self"}],"output":{"name":"option"}}],[11,"has_some","","Tests if any element of the iterator are `Some(_)`.",0,{"inputs":[{"name":"self"}],"output":{"name":"bool"}}],[11,"has_none","","Tests if any element of the iterator are `None`.",0,{"inputs":[{"name":"self"}],"output":{"name":"bool"}}],[11,"some_iter","","Create an iterator which yields unwrapped `Some(_)` value.",0,{"inputs":[{"name":"self"}],"output":{"name":"someiter"}}],[8,"ResultIter","","Add some methods for the iterator of `Result`.",null,null],[11,"unwrap","","Create an iterator which yields the unwrapped value as the next value. (`Unwrap::next()` will panic if the value is `Err(_)`.)",1,{"inputs":[{"name":"self"}],"output":{"name":"unwrap"}}],[11,"unwrap_or","","Create an iterator which yields the unwrapped value or a default as the next value.",1,null],[11,"count_ok","","Count the number of `Ok(_)` in this iterator.",1,{"inputs":[{"name":"self"}],"output":{"name":"usize"}}],[11,"count_err","","Count the number of `Err(_)` in this iterator.",1,{"inputs":[{"name":"self"}],"output":{"name":"usize"}}],[11,"count_ok_err","","Count the number of `Ok(_)` and `Err(_)` in this iterator. Return a tuple as `(number of Ok value, number of Err value)`",1,null],[11,"find_ok","","Searches for an element of an iterator that the value is `Ok(_)`. If each element of the iterator all equal `Err(_)`, it returns `None`.",1,{"inputs":[{"name":"self"}],"output":{"name":"option"}}],[11,"find_err","","Searches for an element of an iterator that the value is `Err(_)`. If each element of the iterator all equal `Ok(_)`, it returns `None`.",1,{"inputs":[{"name":"self"}],"output":{"name":"option"}}],[11,"has_ok","","Tests if any element of the iterator are `Ok(_)`.",1,{"inputs":[{"name":"self"}],"output":{"name":"bool"}}],[11,"has_err","","Tests if any element of the iterator are `Err(_)`.",1,{"inputs":[{"name":"self"}],"output":{"name":"bool"}}],[11,"ok_iter","","Create an iterator which yields unwrapped `Ok(_)` value.",1,{"inputs":[{"name":"self"}],"output":{"name":"okiter"}}],[11,"err_iter","","Create an iterator which yields unwrapped `Err(_)` value.",1,{"inputs":[{"name":"self"}],"output":{"name":"erriter"}}],[11,"unwrap","","Create an iterator which yields the unwrapped value as the next value. (`Unwrap::next()` will panic if the value is `None`.)",0,{"inputs":[{"name":"self"}],"output":{"name":"unwrap"}}],[11,"unwrap_or","","Create an iterator which yields the unwrapped value or a default as the next value.",0,null],[11,"count_some","","Count the number of `Some(_)` in this iterator.",0,{"inputs":[{"name":"self"}],"output":{"name":"usize"}}],[11,"find_some","","Searches for an element of an iterator that the value is `Some(_)`. If each element of the iterator all equal `None`, it returns `None`.",0,{"inputs":[{"name":"self"}],"output":{"name":"option"}}],[11,"has_some","","Tests if any element of the iterator are `Some(_)`.",0,{"inputs":[{"name":"self"}],"output":{"name":"bool"}}],[11,"has_none","","Tests if any element of the iterator are `None`.",0,{"inputs":[{"name":"self"}],"output":{"name":"bool"}}],[11,"some_iter","","Create an iterator which yields unwrapped `Some(_)` value.",0,{"inputs":[{"name":"self"}],"output":{"name":"someiter"}}],[11,"unwrap","","Create an iterator which yields the unwrapped value as the next value. (`Unwrap::next()` will panic if the value is `Err(_)`.)",1,{"inputs":[{"name":"self"}],"output":{"name":"unwrap"}}],[11,"unwrap_or","","Create an iterator which yields the unwrapped value or a default as the next value.",1,null],[11,"count_ok","","Count the number of `Ok(_)` in this iterator.",1,{"inputs":[{"name":"self"}],"output":{"name":"usize"}}],[11,"count_err","","Count the number of `Err(_)` in this iterator.",1,{"inputs":[{"name":"self"}],"output":{"name":"usize"}}],[11,"count_ok_err","","Count the number of `Ok(_)` and `Err(_)` in this iterator. Return a tuple as `(number of Ok value, number of Err value)`",1,null],[11,"find_ok","","Searches for an element of an iterator that the value is `Ok(_)`. If each element of the iterator all equal `Err(_)`, it returns `None`.",1,{"inputs":[{"name":"self"}],"output":{"name":"option"}}],[11,"find_err","","Searches for an element of an iterator that the value is `Err(_)`. If each element of the iterator all equal `Ok(_)`, it returns `None`.",1,{"inputs":[{"name":"self"}],"output":{"name":"option"}}],[11,"has_ok","","Tests if any element of the iterator are `Ok(_)`.",1,{"inputs":[{"name":"self"}],"output":{"name":"bool"}}],[11,"has_err","","Tests if any element of the iterator are `Err(_)`.",1,{"inputs":[{"name":"self"}],"output":{"name":"bool"}}],[11,"ok_iter","","Create an iterator which yields unwrapped `Ok(_)` value.",1,{"inputs":[{"name":"self"}],"output":{"name":"okiter"}}],[11,"err_iter","","Create an iterator which yields unwrapped `Err(_)` value.",1,{"inputs":[{"name":"self"}],"output":{"name":"erriter"}}]],"paths":[[8,"OptionIter"],[8,"ResultIter"]]}; initSearch(searchIndex);