Open
Description
from @ssfrr on Slack: mapslices(f, x; dims=d) and map(f, eachslice(x; dims=d)) take interpret dims in perpendicular ways (mapslices expects the slice dimensions and eachslice takes the dimensions the slices are iterated over). It seems like those two things are similar enough that they should be combined. (for v2)