I'm not sure what the best approach for this is, but it'd be nice if you could do: ``` eachslice(A; dims=[:channel])` ``` rather than ``` eachslice(A; dims=[dim(dimnames(A), :channel)]) ```