mod next;
pub use next::*;
mod count;
pub use count::*;
mod last;
pub use last::*;
mod nth;
pub use nth::*;
mod for_each;
pub use for_each::*;
mod collect;
pub use collect::*;
mod fold;
pub use fold::*;
mod all_any;
pub use all_any::*;
mod find;
pub use find::*;
mod max_min;
pub use max_min::*;