map

map : ((x ... -> z) (listof x) ... -> (listof z))

purpose:
to construct a new list by applying a function to each item on one or more existing lists


Advanced Student Language


Google