metacoder (version 0.1.2)

map_unique: Run a function on unique values of a iterable

Description

Run a function on unique values of a iterable

Usage

map_unique(input, func, ...)

Arguments

input
What to pass to func
func
(function)
...
passend to func