extend_map 0.14.3

A type to map values passed into an Extend type before extending.
Documentation
1
2
3
4
# 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`.