Iterate over all items in the provided list and evaluates each element through a callback function, returning a new list containing the resulting values.
Function that receives and transforms each item.
Linked list.
A new list containing the mapped items.
Iterate over all items in the provided list and evaluates each element through a callback function, returning a new list containing the resulting values.