apply(x, f)
Apply the function f to each element of x and return an array.
f
x
apply(d::Dict, f)
Apply the function f to each value of d and return a dictionary with the same keys of d.
d