Synopsis:
The result r will have the same class as v.
i1 : apply([1,3,5,7], i->i^2) o1 = [1, 9, 25, 49] o1 : Array
See also: