Implement commonly used combinations of Iterator::map
Examples
# use MapExt;
let arr = ;
let first: = arr.iter.map_index.copied.collect;
assert_eq!;
let arr = ;
let arr1: = arr.into_iter.map_to_owned.collect;
assert_eq!;
Implement commonly used combinations of Iterator::map
# use MapExt;
let arr = ;
let first: = arr.iter.map_index.copied.collect;
assert_eq!;
let arr = ;
let arr1: = arr.into_iter.map_to_owned.collect;
assert_eq!;