//! Collection of iterator (and tuple) tools mod ext; pub mod tuple; pub use crate::{ ext::{ TaekTwoExt, TakeTwo, }, tuple::{ UntupleTwoExt, TryUntupleTwoExt, }, };