8 unstable releases (3 breaking)
new 0.14.4 | Apr 23, 2025 |
---|---|
0.14.3 | Apr 8, 2025 |
0.14.0 | Mar 28, 2025 |
0.13.0 | Mar 27, 2025 |
0.0.0 | Jan 16, 2025 |
#854 in Algorithms
637 downloads per month
Used in 5 crates
(via lib_tsalign)
3KB
Wrap an impl Extend
to map elements before extending.
Extend Map
An adapter for Extend
that maps all values through a function.
This is similar to Map
for iterators, but using ExtendMap
allows to pass the target on as an Extend
.