I have a use-case where I want to map adjust_histogram to each layer of a multi-layer image. I can use eg mapslices(ch -> adjust_histogram(ch, correction), channels, dims=[2,3]), but this is greedy. Would be nice to have a MappedArrays equivalent so I don't have to materialize the whole thing.