metacoder (version 0.3.3)

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