matplotlib::commands

Function assoc_iter

source
pub fn assoc_iter<I, J, A, B>(iter: I) -> Map<J, fn(_: A) -> B>
where I: IntoIterator<IntoIter = J, Item = A>, J: Iterator<Item = A>, A: Associator<B>,
Expand description

Quick shortcut to calling .map on an iterator with assoc.