pub type MapWithCtx<I, Ctx, O> = MapCtx<WithCtx<I, Ctx>, O>;
Map a function over each element in an iterator, passing a context to each function call.
pub struct MapWithCtx<I, Ctx, O> { /* private fields */ }